Update Merchant
Update a merchant’s information
reference_merchant_id after a merchant is created.Headers
2026-03-01.Path Parameters
merch_xxx) or your reference_merchant_id.Request Body
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
2026-01-01 Path Parameters
The merchant ID (merch_xxx) or your reference_merchant_id
Body
Request body for updating a merchant. All fields are optional.
The merchant's business name
The merchant's email address
Merchant's default business address. Uses address_ prefix for field names.
You can store arbitrary keys and values in the metadata. At most 50 keys; each key at most 255 characters; each value must be a string of at most 255 characters (non-string values are rejected).
Response
Merchant updated successfully
The internal merchant ID
"merch_1765503753979c37c5f24"
"tax.merchant"
Your external ID for this merchant
"my-seller-123"
"Acme Seller Co"
"seller@example.com"
Merchant's default business address. Uses address_ prefix for field names.
active, deleted "active"
Whether this merchant was created in test mode
Unix timestamp of creation
Unix timestamp of last update
You can store arbitrary keys and values in the metadata. At most 50 keys; each key at most 255 characters; each value must be a string of at most 255 characters (non-string values are rejected).