Quick Start

Learn how to operate with our API. In this example, the process begins from zero and ends when a user makes a CAD (Canadian Dollar) payment, receiving it in PHP (Philippine peso).

Authenticate yourself

All your request must be authenticated, we will provide the required fields for this step.

Without authenticating yourself first, you won't be able to use our API.


Create a user

We need to know about your user existence.


Create a Form for the user, allowing him to complete the required information.

Before the new user can engage with us, we must verify their identity successfully.

About our KYC form

The user will encounter a form similar to this one and must provide all the necessary information:

After all the information has been provided and submitted, we will proceed to validate it.

Once we successfully validate it, the user will be notified.

If necessary, because we cannot validate the user's information on the first attempt, we will request it again.


Create the order

You will need to know the information required to create the order.

Now, You will create a rate with the amount and currency the user wants to send.

Now, the order can be created.

Once the user completes the payment with their bank, we will proceed to transfer the agreed-upon funds to the receiver's bank.


Please refer to our Webhooks reference to receive orders and KYC notifications. We will notify you when a user has successfully validated their identity and when an order has been paid and processed.

Last updated