A nickname for the beneficiary. If not provided, auto-generated as "{beneficiary_name} - {bank_name}".
The current review status of the beneficiary.
List of document IDs attached to the beneficiary.
[ "doc_68e7980auYRAs" ]
The UPI account details of the beneficiary. Present when the beneficiary uses UPI, otherwise null.
Timestamp representing when the beneficiary was created in ISO 8601 format.
Timestamp representing when the beneficiary was last updated in ISO 8601 format.
Optional key-value pairs for attaching custom metadata (e.g. invoice references, project codes). Keys must be strings and cannot collide with reserved field names. If your business has custom field rules configured (e.g. enum constraints), values are validated against those rules. Each key appears as a separate column in CSV report exports, with corresponding values populating the rows.
{ "invoice_ref": "INV-2026-001", "project": "Alpha" }
{ "id": "ben_5JU9yv0lGSUP", "name": "ACME Corporation", "type": "business", "category": "payout", "email": "finance@acme.com", "phone": "+1-555-123-4567", "nickname": "ACME Primary Account", "address": { "address_line1": "123 Business Park", "address_line2": "Suite 100", "city": "New York", "state": "NY", "country_code": "USA", "postal_code": "10001" }, "bank_account": { "account_number": "1234567890", "name": "Citibank NA", "swift_code": "CITIUS33", "local_routing_number": "021000089", "currency": "USD", "address": { … }, "intermediate_bank": { … } }, "status": "pending", "documents": [ "doc_68e7980auYRAs" ], "upi_account": { "upi_id": "1111111111@ybl" }, "created_at": "2025-01-15T10:00:00Z", "updated_at": "2025-01-15T10:00:00Z", "notes": { "invoice_ref": "INV-2026-001", "project": "Alpha" } }