Workflow

The order in which the endpoints should be invoked to process payments

Make a TransferCopied!

  1. POST::/v1/transfer/quote

  2. POST::/v1/beneficiary/details

  3. POST::/v1/transfer

That’s it!

Literally, that is all you have to do to process a payment.

We highly recommend you to make your first payment from the application UI. This will familiarize you with the flow much better.