Welcome to KingsPay
KingsPay is a payment gateway aggregator system that enables merchants to integrate various payment and disbursement methods into their business.
About This Documentation
This documentation describes the API endpoints that merchants must use to access KingsPay services, including:
- Pay-in QRIS — Receive payments via QRIS (Quick Response Code Indonesian Standard)
- Disbursement — Transfer funds to recipient bank accounts
Getting Started
- Ensure you are registered as a KingsPay merchant and have API credentials (API Key, etc.)
- Read the API Overview to learn about base URLs and authentication
- Integrate the relevant endpoints for your business needs
Environments
KingsPay provides two API environments:
| Environment | Base URL | Description |
|---|---|---|
| Production | https://merchant-api.kingspay.id | For real transactions |
| Sandbox | https://sandbox-merchant-api.kingspay.id/ | For integration testing |
We recommend full testing in Sandbox before going to Production.