Register 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.