Webhook Integration

Webhook Integration

Webhooks are necessary for behind-the-scenes transactions. With webhooks, you can be notified about asynchronous changes to the status of transaction objects. BlockATM can send webhook events that notify your application anytime an event happens on your account. This is especially useful for events like transaction status updates, that are not triggered by a direct API request. It will be sent via an HTTP POST request to any endpoint URLs that you have defined in your account's Webhooks settings. For the integration document, please visit the following URL: https://blockatm.readme.io/reference/overview

Last updated