Skip to main content
PATCH
Update a POS merchant

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Path Parameters

merchantID
string<uuid>
required

Body

application/json
status
enum<string>
Available options:
active,
disabled
fee_percent
string
fee_fixed
string
external_ref
string

Response

OK

merchant_id
string<uuid>
account_id
string<uuid>
name
string
verification_id
string<uuid>
external_ref
string
fee_percent
string
fee_fixed
string
status
enum<string>
Available options:
active,
disabled
created_at
string<date-time>
updated_at
string<date-time>
Last modified on July 18, 2026