Callback use case
Check a typical callback use case:
- Process — provide us a callback URL.
- API — create an order with the /orders or /sell/orders method.
- Process — get the transaction statuse update with the fields
orderId,externalOrderId, andstatusfrom the/ordersor/sell/ordersresponse. Learn more details about the Transaction event payload section. - API — send webhooks every time status updates. Learn more details about supported transaction statuses.
Also, we recommend you use signatures for requests to ensure that Changelly provides the transaction information, not a third party. More details with recommended best practices in the Webhooks signature section.