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

8222

Mode will expect a 200 OK response status; anything additional in the response body will be ignored.

The callback has a timeout of 30 seconds.

The call will retry up to 5 times, with each retry having a 10 second backoff per attempt.

📘

Payment Status

It's important to note that three main statuses are included in the webhook body that we send back to you.

StatusMeaning
successThe payment was processed

Did this page help you?