Update a merchant
Merchants
Update a merchant
Update a merchant’s profile. At least one of merchantName, merchantEmail, or iconUrl must be provided. Pass iconUrl: null to unset the existing logo.
PATCH
Update a merchant
Documentation Index
Fetch the complete documentation index at: https://walletconnect-pay-docs-docs-wcp-fiat-coverage.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
application/json
Updated display name
Required string length:
1 - 256Example:
"Acme Store v2"
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"
Updated logo URL (HTTPS only), or null to unset
Example:
"https://example.com/new-logo.png"
Response
Merchant updated