Create a beneficiary
Creates a new payment beneficiary. The beneficiary_of field is resolved automatically from the authenticated user’s credentials. For loan-client beneficiaries on behalf of an organisation, pass org_id in the body.
Headers
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
"pcx_abc123_xxxx"
Body
ISO 4217 currency code matching the destination country (e.g. NG → NGN, GB → GBP)
"NGN"
ISO alpha-2 country code
"NG"
bank_account, momo, loan_client Required when account_type is momo.
Required for loan-client beneficiaries created on behalf of an organisation.
Response
Beneficiary created
ISO 4217 currency code matching the destination country (e.g. NG → NGN, GB → GBP)
"NGN"
ISO alpha-2 country code
"NG"
bank_account, momo, loan_client Required when account_type is momo.
Required for loan-client beneficiaries created on behalf of an organisation.
User ID of the beneficiary owner