This walkthrough will show you how to implement the routefusion API for products looking to deliver a 100% self-serve workflow to their customers to unlock cross-border payments. The implementation guide will take you through the execution of each workflow required will look like:
We will send you an API key in the form of a Bearer token which will need to be added as an Authorization header in every network call to Routefusion.
Now that the user has been created on routefusion we need to create the entity that is ultimately making the payment.
Now that you have a user and an entity, you can go ahead and create a beneficiary (the recipient of the payment)
Once the user is approved and they have created beneficiaries, they can create their first transfer!
Initiating a transfer is broken out into multiple steps in order to support the workflow which best fits the experience you want to deliver to your clients.
First, you will create a transfer. Once you have created the transfer, you can make changes to the transfer object, such as fetching a new rate, updating amounts, etc. Once the transfer is ready, you will finalize it, and you're done!
Transfers contain payment data (amounts and currencies), beneficiary data (entity and banking information), and rate data (exchange rate information, also known as a quote)
Once you have created a transfer, you can set a rate on the transfer which will lock in that rate for the transfer if you chose to finalize it. Rates will typically hold for 30 seconds. Once you finalize the transfer the rate will be locked.
Now that the transfer has the desired data you are ready to initiate the payment! Finalizing the transfer will initiate the transfer to the beneficiary's bank account. This will lock in the rate you previously set on the transfer in the Get a quote section.
You nailed it! You have successfully sent your first payment with Routefusion 🙌
This will be a living document and may be updated. If you have any questions, please reach out and ask. If you have any suggestions we would love to hear them!
engineering@routefusion.com
- Create an Entity
- Create a Beneficiary
- Create a Transfer
- Get a Rate (optional)
- Finalize the Transfer
- Payroll & Contractor Payments
- AP/AR & Treasury Management
- Global USDC Funding
