v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

merchants.rename

Rename one merchant to a preferred merchant name, optionally updating website, tax ID, and address.

post/capabilities/merchants.rename

Request body

currentMerchantNamestring required

Current merchant name to rename

newMerchantNamestring required

Preferred merchant name to apply

merchantWebsitestring

Preferred merchant website URL

merchantTaxIdstring

Preferred merchant tax ID or VAT number

merchantAddressstring

Preferred merchant address

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}