Check Transaction Status

This Operation allows merchant to check the status of a transaction.

This Operation allows you to check the status of a transaction via the status check api. This is done by making a Get request to the endpoint below with your payment reference.

curl -X GET \

https://seerbitapi.com/api/v2/payments/query/{paymentReference}
-H 'Authorization: Bearer {token}

Last updated