Create a merchant
Merchants
Create a merchant
Create a new merchant under the authenticated partner. Requires an Idempotency-Key header so retries safely return the originally-created merchant rather than creating duplicates.
POST
Create 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
Headers
Unique key to ensure idempotent request processing. Max 255 characters.
Maximum string length:
255Body
application/json
Display name for the merchant
Required string length:
1 - 256Example:
"Acme Store"
Contact email for the merchant
Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Example:
"billing@acme.store"
Merchant logo URL (HTTPS only), or null to unset
Example:
"https://example.com/logo.png"
Response
Merchant created