Create a beneficiary

Create a beneficiary using the recipient's bank details.

You can also specify other details including an alias for the beneficiary (i.e. an easy-to-remember name different from the account name.)

Create a bank beneficiary for bank transfers

post
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Body
currencystring | nullableOptional
countrystring | nullableOptional
full_namestring | nullableOptional
emailstring | nullableOptional
phone_numberstring | nullableOptional
descriptionstring | nullableOptional
account_numberstring | nullableOptional
bank_codestring | nullableOptional
bank_namestring | nullableOptional
account_namestring | nullableOptional
street_numberstring | nullableOptional
street_namestring | nullableOptional
citystring | nullableOptional
postal_codestring | nullableOptional
Responses
200

Success

application/json
post
/v1/beneficiaries/create/bank-transfer
200

Success

Create a beneficiary for transfers b/w merchants or across payment gateways

post
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Body
currencystring | nullableOptional
countrystring | nullableOptional
full_namestring | nullableOptional
emailstring | nullableOptional
phone_numberstring | nullableOptional
descriptionstring | nullableOptional
merchant_id_or_codestring | nullableOptional
recipient_gateway_codestring | nullableOptional
Responses
200

Success

application/json
post
/v1/beneficiaries/create/gateway-transfer
200

Success

Last updated