Skip to main content
POST
Create a merchant

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Unique key to ensure idempotent request processing. Max 255 characters.

Maximum string length: 255

Body

application/json
merchantName
string
required

Display name for the merchant

Required string length: 1 - 256
Example:

"Acme Store"

merchantEmail
string<email>
required

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"

iconUrl
string<uri> | null

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

Example:

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

Response

Merchant created

merchant
object
required