v1
latestOpenAPI 3.0.02026-07-246335313.6 KBPayout APIs
Create A Beneficiary
post/api/merchants/{key}/payout/createBeneficiary
Path parameters
keystring required
Headers
Content-Typestring
X-Portone-Client-Keystring
Authorizationstring
The Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token <a href="/docs/jwt-authentication" target="_blank">in this guide</a>
Request body
Example request
{
"name": "Nguyen Van A",
"email": "jatin@portone.io",
"phone": "+919876543210",
"address": "test",
"bank_account_number": "288477738990000",
"bank_account_name": "Nguyen Van A",
"bank_name": "Bank of Ayudhya Public Company Limited",
"bank_no": "025",
"bank_account_type": "BANK",
"payout_channel": "GBPRIMEPAY_PAYOUT",
"environment": "sandbox",
"signature_hash": "{{signature_hash}}"
}Response
Successful response