v1
latestOpenAPI 3.1.02026-07-26290133.2 KBCreate Bank Beneficiary
Creates a new bank beneficiary under an existing parent beneficiary. This endpoint captures the beneficiary’s bank account details, identification data, and country-specific banking information required for payments. Exact required fields can vary depending on the beneficiary’s account country and currency and can be retrieved using the Beneficiary Required Details API.
post/beneficiaries/{parentBeneficiaryId}/bank-beneficiaries
Path parameters
parentBeneficiaryIdstring required
The unique identifier (UUID) of the parent beneficiary under which this bank beneficiary will be created. Obtained from a successful Create Beneficiary request.
Request body
Response
200
Example response
{
"id": "51d1346e-a745-4cd0-9db9-b5bf93367ccd"
}