Skip to main content
PATCH
Update merchant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

merchantId
string
required

Body

application/json
Example:

"Updated GmbH"

status
enum<string>
Available options:
active,
inactive
Example:

"inactive"

address
object
fiscal_identities
(FiscalIdentityDEU · object | FiscalIdentityAUT · object | FiscalIdentityITA · object)[]

Country-specific fiscal identities (merge by country key)

Response

Merchant updated

id
string
required
country_code
string
required

ISO 3166-1 alpha-3 country code for the legal entity.

Required string length: 3
Example:

"DEU"

status
enum<string>
required
Available options:
active,
inactive
address
object
required
fiscal_identities
(FiscalIdentityDEU · object | FiscalIdentityAUT · object | FiscalIdentityITA · object)[]
required

Country-specific fiscal identities.

created_at
string<date-time>
required
updated_at
string<date-time>
required