Verify Payments
Verify transaction status. This endpoint is where your callback URL should call at.
Our system will send an http GET request to your callback URL using your transaction reference as a value to the query key: reference.
You should listen to the reference query in your callbacks
GET
{{base_url}}/payment/:reference
Fields with * are required
Path Parameters
Name
Type
Description
reference*
String
Your transaction reference
Headers
Name
Type
Description
Authorization*
String
Bearer {{your_secret_key}}
Last updated
Was this helpful?