Overview

With these endpoints you can initiate transactions, see all previously created transactions and monitor payment statuses.

  • Create a payment order: By submitting necessary payment details like amount, currency, payer, and receiver information, you can create a payment request which is then processed. After a payment has been created, it might need approval, especially for larger transactions or in multi-step payment processes.
  • Get a payment order: To get updates on the payment status and comprehensive payment data.

If you want to be notified of payment statuses, see our Webhooks documentation.


If you don't have engineering resource to implement payment orders, you can start making payments instantly through the dashboard.

Payment statuses

EventDescription
approval_requiredThe payment needs to be approved before it is processed.
cancelledThe payment has been cancelled by a user.
declinedThe payment was not approved by a user.
approvedA user has approved the payment and it will now be sent to the bank. Payment orders will no longer be editable after this point.
failedA payment order failed to be sent to the bank.
sentThe payment has been sent to the bank for processing.
acceptedA payment order has been accepted by the bank and it is pending to be executed.
rejectedThe payment order has been rejected by the bank due to incorrect information
completedA payment order has been executed by the bank.

Approvals

Once a payment has been created, if you have approvals set up within the dashboard then users with the appropriate permissions will be notified that a payment requires approval.