Skip to main content
POST
Create Account
Creates a new account under a specific account group. Each account represents a distinct merchant environment or business unit within the group.

Authorizations

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

Path Parameters

account_group_id
string<uuid>
required

The unique identifier of the account group.

Body

application/json
name
string
required

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

Response

201 - application/json

Created

id
string<uuid>
name
string
account_group_id
string<uuid>
created_at
string<date-time>
updated_at
string<date-time>