Skip to main content

Query Payment

Technical Specification

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 originalReferenceNoStringM164Original transaction identifier on service provider system
2 originalPartnerReferanceNoStringO164Original Transaction identifier on service consumer system
3 serviceCodeStringM12Transaction type indicator (service code of the original transaction request, QR MPM = 47)
4 merchantIdStringM164Merchant identifier, unique per each merchant
5 submerchantIdStringO132Sub Merchant ID

Sample Request

{
"originalPartnerReferenceNo":"INV012021",
"originalReferenceNo":"weoOiX7RIjSBA31QGcUxrJLyaKFH0z5T",
"serviceCode":"47",
"merchantId":"FM2007160001",
"subMerchantId":"FM2007160001"
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17BI SNAP Response Code.
2 responseMessageStringM1150BI SNAP Response Message.
3 originalPartnerReferenceNoStringO164Original transaction identifier on service consumer system
4 originalReferenceNoStringM164Original transaction identifier on service provider system
5 serviceCodeStringM12Transaction type indicator (service code of the original transaction request, QR MPM = 47)
6 latestTransactionStatusStringM1200 - Success 01 - Initiated 02 - Paying 03 - Pending 04 - Refunded 05 - Cancelled 06 - Failed 07 - Not found
7 transactionStatusDescStringM150Description status transaction
8 amountObjectO12Detail of amount
9 FeeamountObjectO12Detail of Fee amount
10 additionalInfoObjectO114Additional Info

Sample Response

{
"responseCode":"2005300",
"responseMessage":"Request has been processed successfully",
"originalReferenceNo":"INV012021",
"originalPartnerReferenceNo":"weoOiX7RIjSBA31QGcUxrJLyaKFH0z5T",
"serviceCode":"47",
"latestTransactionStatus":"00",
"transactionStatusDesc":"success",
"amount":{
"value":"12345678.00",
"currency":"IDR"
},
"FeeAmount":{
"value":"1234.00",
"currency":"IDR"
},
"additionalInfo":{
"cust_name": "CANDRA GUNAWAN GAHO",
"merchantName": "BB011 WARTEG MUSTIKA",
"rrn": "000019001390",
"nns_issuer": "93600014",
"nns_acquirer": "93600777",
"mpan": "9360077732302230011",
"cpan": "9360001410190013903",
"nmid": "ID1023249949984",
"sof_id": "qr_statis",
"issuer": "BCA",
"acquirer": "Finpay",
"note": "Transaction Remark",
"merchantId":"FM1234567700",
"paidTime":"2024-06-07T10:03:54+07:00"
}
}