Inquiry Status
Retrieve the current status of a QRIS transaction for the specified account using reference_number, type, and scope. 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.
Path Parameters
Account identifier (ULID) for which to perform the lookup.
Body
Response
Success — transaction found. data contains the transaction snapshot (QrisMoneyOutTransactionData).
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"
Inquiry status response data structure. Similar to QrisMoneyOutTransactionData but may be extended with additional fields relevant to status checks.
