Overview
Zeepay provides two methods for retrieving transaction statuses:- Callbacks: Automatically notify your application of the transaction’s outcome.
- Status Check Endpoint: Allows you to manually poll the status of a transaction.
Callbacks
When making a transaction request (e.g., Credit, Debit, or Cash Pick), you can include an optionalcallback_url parameter in the request body.
Callback Behavior
- What We Send: Zeepay will send a POST request to the
callback_urlwith the transaction status once it is processed. - Statuses Sent via Callback:
successfailed
- Statuses Not Sent via Callback:
pendingtransactions will not trigger a callback. Use the Status Check Endpoint to monitor pending transactions.
Example Callback Request
Here’s what Zeepay sends to yourcallback_url:
