cURL
curl --request POST \ --url https://api.pay.walletconnect.com/v1/merchants \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: <idempotency-key>' \ --data ' { "merchantName": "<string>", "merchantEmail": "jsmith@example.com", "iconUrl": "<string>" } '
201
Example
{ "merchant": { "id": "<string>", "name": "<string>", "email": "<string>", "status": "<string>", "iconUrl": "<string>", "createdAt": "<string>" } }
Unique key to ensure idempotent request processing. Max 255 characters.
255
1 - 256
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
Merchant created
Show child attributes