OpenAPI Gateway
Integration endpoints for partner platforms.
statusoperational
regionap-southeast
versionv1
protocolHTTPS / JSON
Endpoints
POST/api/launcher
POST/api/user
GET/api/user/{id}
GET/api/userlist
GET/api/wallet/balance
POST/api/reports/transactions
POST/api/reports/transactions/detail
POST/api/reports/settlement
Authentication
All requests require an integrator secret in the request header.
curl -X POST https://openapi.mpolive.com/api/wallet/balance \
-H "key: <your_secret>" \
-H "Content-Type: application/json"