Webhooks guide
You have the opportunity to access real-time updates on transaction statuses so that you can give your users the best UX. For managing transactions, it is required to use webhooks. This allows you to be informed of asynchronous updates regarding transaction statuses. Changelly can notify your application by sending a webhook event when there is a change in the transaction status.
info
If you want to receive information about transaction status updates, you need to provide us with a callback URL.
How to integrate webhooks
To receive information with updates on the transaction statuses, follow these steps:
- Contact your account manager to send him a callback URL. Check the Callback URL requirements.
- Receive a public key for the webhooks signature from our account manager.
- Implement the webhooks processing in your service. Learn more information about webhooks signature.
If you have any questions, feel free to write your account manager.