For example, an MMO has a 1,000 GHS maximum deposit amount. In reality the wallet has a limitation of 1,000 GHS total transaction value per day/week/month. If the user has already transacted 500 GHS during this period, a transaction of 700 GHS might still fail even though it is accepted by pawaPay.You can easily find the transaction limits from our active configuration endpoint.
Check Status
endpoint for the transaction type to periodically check the status of a payment.
POST
the callback.HTTP 200 OK
response to consider the callback delivered.Resend callback
endpointCheck status
endpoint to validate if the request was received by pawaPay.
Since you always know the unique ID of the transaction, you can always verify the status of the payment on the pawaPay platform, even if no response was received when initiating the payment.
Check status
endpoint to verify the status of the payment.
If the status recheck cycle finds a payment in a final state, you can use the respective Resend callback
endpoint to trigger a callback to be resent. This avoids duplicating processing logic.