Last updated 1 year ago
Set Url's to receive notifications, we will notify you about orders and kyc status changes.
The Url to receive order updates
https://mywebhookurl/order
POST /merchant/webhook/order-notification HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 36 { "url": "https://mywebhookurl/order" }
Created
No content
The Url to receive kyc updates
https://mywebhookurl/kyc
POST /merchant/webhook/kyc-notification HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 34 { "url": "https://mywebhookurl/kyc" }