Create Beneficiary
Create a new beneficiary with their account details for payouts
POST
Create a beneficiary to receive payouts. A beneficiary represents the recipient of payments and includes their personal information and associated payment accounts (bank accounts, crypto wallets, etc.).Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Idempotency
This endpoint is idempotent on the submitted account identifier. If any account in the request matches an existing active beneficiary for your account, the existing beneficiary is returned unchanged and no duplicate row is created. Matching is performed on:ibanforibanaccountscrAccount+bankCodeforbank_accountaccounts (Nigerian bank accounts)
POST /v1/beneficiaries call with the same account data will always return the same beneficiary id and is safe to retry. The same resolution applies when submitting inline beneficiary data via POST /v1/payouts.
Request
Beneficiary type. Defaults to
individual if not provided.Full name of the beneficiary (2-100 characters)
Middle name of the beneficiary (max 100 characters)
Country code (ISO 3166-1 alpha-2, e.g., “DE”, “GB”, “US”)
Email address of the beneficiary
Address line 1 of the beneficiary (max 200 characters)
Address line 2 of the beneficiary (max 200 characters)
City of the beneficiary (max 100 characters)
Postal code of the beneficiary (max 20 characters)
State or province code (e.g. “NY” for New York). Required for US beneficiaries.
Optional notes about the beneficiary (max 500 characters)
Array of payment accounts for this beneficiary
Account Details by Type
IBAN Account (SEPA)
Bank Account (US ACH)
Nigerian Bank Account
Card Account
Response
Unique identifier for the beneficiary (UUID)
Beneficiary type:
individual or businessFull name of the beneficiary
Middle name of the beneficiary
Email address of the beneficiary
Country code (ISO 3166-1 alpha-2)
Address line 1 of the beneficiary
Address line 2 of the beneficiary
City of the beneficiary
Postal code of the beneficiary
State or province code (e.g. “NY”)
Notes about the beneficiary
Beneficiary status:
active, pending, suspendedArray of associated payment accounts
ISO timestamp when the beneficiary was created
ISO timestamp when the beneficiary was last updated
Examples
Multiple Account Types
You can add multiple accounts to a single beneficiary:Error Responses
Next Steps
After creating a beneficiary:- Send your first payout to the beneficiary
- Check SEPA reachability for EU bank accounts
- Set up webhooks to receive beneficiary status updates