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