Inquiry Merchant
Decodes the provided MPM qr_data. If merchant information (tag 26) is absent, the endpoint will query the configured issuer vendor (for example ALTO) to resolve merchant/payment criteria. See Response Code for the full SP000–SP020 reference.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Body
Raw QRIS MPM payload string to decode.
500"00020101021226620015ID.SINGAPAY.WWW0118936012070412260002..."
Response
Success — data contains the decoded QRIS payload or vendor-resolved merchant metadata (QrisIssuerMpmDecodedMerchantData).
API response envelope for successful QRIS money-out status inquiries. Conforms to the standard MerchantV2ApiEnvelope structure, with data containing a QrisMoneyOutTransactionData object representing the current state of the transaction.
Response code (see Response Code appendix) indicating the result of the inquiry. For successful inquiries, this is typically a code such as "00" or "SP000".
"SP000"
Human-readable message providing additional context about the response.
"Successful"
Decoded merchant information from MPM QR data or vendor resolution. Contains fields commonly found in tag 26 of QRIS payloads, as well as any additional metadata resolved from the issuer vendor.
