Last updated 11 months ago
Set Url's to receive notifications, we will notify you about orders and kyc status changes.
/merchant/webhook/order-notification
The Url to receive order updates
https://mywebhookurl/order
curl -L \ --request POST \ --url '/merchant/webhook/order-notification' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "url": "https://mywebhookurl/order" }'
No body
/merchant/webhook/kyc-notification
The Url to receive kyc updates
https://mywebhookurl/kyc
curl -L \ --request POST \ --url '/merchant/webhook/kyc-notification' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "url": "https://mywebhookurl/kyc" }'