Webhooks
Now you may be wondering, great, I've integrated against your payment gateway, but how will I know the status of a payment?
We use webhooks to communicate this back to you asynchronously.
What are webhooks
Webhooks are a collection of elements that work together to react to events and trigger notifications. You will have a webhook endpoint on your server that will receive event details to update your orders accordingly.
NOTE: This web hook only needs to be configured once per merchant.
The Specifics
Payment Status
It's important to note that three main statuses are included in the webhook body that we send back to you.
Status Meaning success
The payment was processed
Updated almost 3 years ago
Whatβs Next