Transaction Handling

Setting up, paying for, editing, and cancelling transfers.

How can I get the transaction status and details after a successful payment?
The payment gateway sends a webhook to your specified callback URL with details like the transaction status, reference, customer details, etc. You need to set up a webhook handler on your server to receive and process this data.
The main statuses are ‘SUCCESSFUL’ and ‘FAILED’. The webhook payload contains details like the status message, reference number, and other transaction data you can use to update your systems accordingly.
If a payment fails, you can check the transaction status on the dashboard. For refunds, you need to provide the account details, and the team will process a refund back to your bank account.