This guide will help you integrate with our API step by step, allowing you to create organizations, users, accounts, and process transactions.Prerequisites#
Before you begin, ensure you have:Your Client ID and Client Secret.
A development environment with cURL
or an API testing tool like Postman.
A registered sandbox account.
Quick Start Overview#
This guide will walk you through the following steps:1. Obtain an Access Token#
Authenticate your API requests by obtaining an access token. This will be used in all subsequent API calls.2. Create an Organization#
Set up an organization that will be used to manage users and transactions.3. Create Users#
Register two users and link them to the organization.4. Create Accounts#
Open a checking account for the organization and users.5. Create Your First Top-Up payment#
Fund an account by making a top-up payment.6. Create Your First Withdrawal#
Make a withdrawal from an account.
Next Steps#
To get started, proceed to Step 1: Obtain an Access Token. Modified at 2025-01-31 21:01:09