v1
latestOpenAPI 3.1.02026-07-26500375.1 KBRegister Sub-Account
The following endpoint registers a sub account under your master account.
post/merchants/subaccount
Request body
Response
200
Example response
{
"data": {
"id": "mer_abc123def456",
"name": "Awesome Sub Organization 001",
"email": "organization_001@masterorg.biz",
"ref_id": "organization_001"
}
}