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

chevron-rightStep 1: Obtain an access token hashtag

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

Go to step 1

chevron-rightStep 2: Create an Organizationhashtag

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

Go to step 2

chevron-rightStep 3: Create Usershashtag

Register two users and link them to the organization.

Go to step 3

chevron-rightStep 4: Create Accountshashtag

Open a checking account for the organization and users.

Go to step 4

chevron-rightStep 5: Create your first Top-uphashtag

Fund an account by making a top-up payment.

Go to step 5

chevron-rightStep 6: Create your first Withdrawalhashtag

Make a withdrawal from an account.

Go to step 6

Last updated