Webhooks inform you of payment status updates and newly available reports. Webhooks can help you have a successful integration with QorCommerce, and the only way you could receive automatic updates about:
- Events that are not triggered by a request from your side, for example when a shopper initiated a dispute, or when a new report becomes available.
- Requests that are processed asynchronously. For example, for many local payment methods or you simply want to update a business solution / process; after we know whether the payment was successful, we send you a webhook to inform you of this.
You can use Webhooks to automate business processes, for example order management.
To process Webhooks, you will need to:
- Expose an endpoint on your server.
- Set up Webhooks in your Settings.
- Accept Webhooks.