Skip to main content
PATCH
Update Account Group
Updates the details of an existing account group, such as its name or merchant ID.

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

Account group UUID.

Body

application/json
name
string

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

merchant_id
string

Local identifier (min=1, max=255).

Response

200 - application/json

OK

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