
QRIS (Money Out)
This document provides the API specification for implementing QRIS Merchant Presented Mode (MPM) as an Issuer (Money-Out). This solution utilizes a Payment Gateway API to interact with switching services such as Jalin, Alto, or Rintis.
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2.0/qris/issuer/mpm/inquiry-merchant | Used to retrieve merchant (MPM) information based on the qr_code data provided. |
| POST | /api/v2.0/qris/issuer/mpm/payment-credit | Used to initiate a payment credit transaction. |
| POST | /api/v2.0/qris/issuer/mpm/check-status | Used to check the status of the latest transaction. |
All endpoints use POST as the HTTP Method, require JSON format, and are secured with OAuth 2.0 with Acces s Token authentication .