Untitled Endpoint
Developing
Request
Body Params application/json
{
"legal_name": "Pine Labs",
"business_type": "ENTERPRISE",
"tax_id_two": "29BABCA1901P9ZY",
"email": "[email protected]",
"phone": "7990451417",
"createNewCompany" : true
}
Request Code Samples
curl --location --request POST 'https://ekpayout-uat.enkash.in/api/v0/beneficiary' \
--header 'Authorization: Bearer B6u8D4fc7mZx7GMfX0mJndCdbH4' \
--header 'Cookie: _cfuvid=gCfKDlnSvo2Y0CoANvUoYtuXXMxZSwJOVAL6_WLVFoM-1758969688941-0.0.1.1-604800000; _cfuvid=gVc.tyejRs1fxacdvwEx1hC8eS_eCweYIqPdNq_mCiA-1758972777669-0.0.1.1-604800000; JSESSIONID=23FB052BD0A0911F7DC69D2565A398F3' \
--header 'Content-Type: application/json' \
--data-raw '{
"legal_name": "Pine Labs",
"business_type": "ENTERPRISE",
"tax_id_two": "29BABCA1901P9ZY",
"email": "[email protected]",
"phone": "7990451417",
"createNewCompany" : true
}'
Responses
application/json Modified at 2025-09-27 12:08:01