Introduction

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

  • A valid API Key.

  • 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

Step 1: Obtain an access token

Authenticate your API requests by obtaining an access token. This will be used in all subsequent API calls.

Go to step 1

Step 2: Create an Organization

Set up an organization that will be used to manage users and transactions.

Go to step 2

Step 3: Create Users

Register two users and link them to the organization.

Go to step 3

Step 4: Create Accounts

Open a checking account for the organization and users.

Go to step 4

Step 5: Create your first Top-up

Fund an account by making a top-up payment.

Go to step 5

Step 6: Create your first Withdrawal

Make a withdrawal from an account.

Go to step 6

Last updated