Skip to main content
POST
Create Account Group
Creates a new group (sub-organization) within your organization. Account groups can be used to organize different merchants or business units under a single parent entity.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Body

application/json
name
string
required

Account group name (min=1, max=255).

merchant_id
string
required

Unique identifier used by the merchant in their systems (min=1, max=255).

Response

201 - application/json

Created

id
string<uuid>

The unique identifier of the account group.

name
string
merchant_id
string
created_at
string<date-time>
updated_at
string<date-time>