Create Beneficiaries


🚧

IMPORTANT

Ensure that your user account has Creator role, otherwise request will be rejected.


Use this API to create a new beneficiary information for quick access on the Payout page in Midtrans Dashboard.


{
  "name": "John Doe",
  "account": "33452784",
  "bank": "bca",
  "alias_name": "johnbca",
  "email": "[email protected]"
}
{
  "status": "created"
}



HTTP Request


POST BASE_URL/api/v1/beneficiaries




Request Parameters


ParameterDescription
namestring Name of the Beneficiary
accountnumber Account number of the Beneficiary
Length should be within 6 to 20 characters
bankstring Bank name used by the Beneficiary
alias_namestring Alias name used by the Beneficiary
Length should be less than or equal to 20 characters
Only alphanumeric characters are allowed
emailoptional string Valid Email address for Beneficiary