Introduction
Authentication Methods
Authentication requirements vary depending on the API service you're using:
Banking & Wallets, Collect Money, Make Payment
These services require the following authentication headers:
x-account-id - Partner account ID
x-secret-key - Partner secret key
Merchant Virtual Accounts
These services use a token-based authentication method:
Authorization - Authentication token in format:
Bearer <token>
eKYC Services
These services require:
Authorization - Authentication token in format:
Bearer <token>
Remittance Services
These services require:
Authorization - Authentication token in format:
Bearer <token>
Common Requirements
All API responses are in JSON format
Getting Started
For development and testing, we provide credentials for the available API services. Note that not all services have sandbox environments.