Skip to main content
PATCH
Update a merchant

Authorizations

Api-Key
string
header
required

Path Parameters

merchantId
string
required

Body

application/json
merchantName
string

Updated display name

Required string length: 1 - 256
Example:

"Acme Store v2"

merchantEmail
string<email>

Updated contact email

Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
Example:

"new-billing@acme.store"

iconUrl
string<uri> | null

Updated logo URL (HTTPS only), or null to unset

Example:

"https://example.com/new-logo.png"

Response

Merchant updated

merchant
object
required