v1

latestOpenAPI 3.1.02026-07-26500375.1 KB

Register Sub-Account

The following endpoint registers a sub account under your master account.

post/merchants/subaccount

Request body

namestring required

Name of the sub account

emailstring required

Email of the sub account

ref_idstring

The unique identifier of Subaccount from the merchant

subaccount_ownershipstring

Type of the subaccount, value can be either "managed" or "owned"

Response

200

Example response

{
  "data": {
    "id": "mer_abc123def456",
    "name": "Awesome Sub Organization 001",
    "email": "organization_001@masterorg.biz",
    "ref_id": "organization_001"
  }
}