Skip to main content

Management API

The Management API allows you to configure and manage your payment ecosystem. With this API, you can:

  • Create and manage tenants (for parent tenants).
  • Register and configure merchants.
  • Set up terminals and allocate them to merchants.
  • Configure payment methods and routes.

The Management API requires authentication via an API Key and other identifiers in the HTTP header. For more information on authentication, please see our API Key authentication overview

API Flow Overview

A typical implementation follows this sequence:

  1. Tenant Setup - Parent tenants can create sub-tenants (if applicable)
  2. Merchant Configuration - Create and configure merchants
  3. Terminal Registration - Register terminals in the system
  4. Terminal Allocation - Assign terminals to merchants and configure payment routes

The following sections will guide you through each step of this process.