Create beneficiaries
Call Create a new beneficiary API to save and manage beneficiaries that you can use for creating payouts using beneficiary_id
.
Refer to the dynamic schema API for precise field requirements specific to the intended payout scenario. If you specify a parameter that is either not required or not on the full schema, it will be ignored and removed from the response. Please find below further considerations on some of the required parameters:
beneficiary.type
: Specify whether the beneficiary type is aBANK_ACCOUNT
or aDIGITAL_WALLET
(including Airwallex Pay). The value will default toBANK_ACCOUNT
if not specified.beneficiary.bank_details
: required beneficiary bank account details parameters will vary according to the specified payout scenario. Please refer to dynamic schema API or call Get the API schema API to obtain the corresponding parameter requirements.beneficiary.digital_wallet
: Required beneficiary digital wallet parameters will vary according to the specified digital wallet provider. Please refer to dynamic schema API or call Get the API schema API to obtain the corresponding parameter requirements.beneficiary.address
: required address parameters such asstreet_address
,city
,state
andpostcode
will vary according to the specified address country. Please refer to dynamic schema API or call Get the API schema API to obtain the corresponding parameter requirements. Thestreet_address
must not be a P.O. box address.beneficiary.entity_type
: Specify whether the beneficiary is an individual (PERSONAL
) or a business (COMPANY
).beneficiary.transfer_methods
: SpecifySWIFT
to create an international SWIFT payout; orLOCAL
to create a payout via the local clearing system, which is faster and more cost-effective. See Payout network for supported transfer methods by countries/regions and currencies.beneficiary.additional_info.personal_email
(Optional): Specify this parameter if you want the beneficiary to receive an email notification upon payout being dispatched. Please contact your Account Manager to enable this feature beforehand.
Bank account beneficiary
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.
Example response
Digital wallet beneficiary
Example request
If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.