Skip to main content

Customer Top Up Status

This is one of the services providing user e-money transaction history in list format, where partners are able to query the date range for transaction history information. Response may vary depending on the transaction history owned by the user, where partners need to maintain its UI and UX in paginating.

Technical Specification

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 originalPartnerReferenceNoStringM164Transaction identifier on service consumer system
2 originalReferenceNoStringM164Transaction identifier on service provider system. Must be filled upon successful transaction
3 serviceCodeStringM12To identify which transaction that needs to be checked, must filled with 38

Sample Request

{
"originalPartnerReferenceNo": "78912343452347893",
"originalReferenceNo": "2211150005490937",
"serviceCode": "38"
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17BI SNAP Response Code.
2 responseMessageStringM1150BI SNAP Response Message.
3 originalReferenceNoStringO164Transaction identifier/reference generated by PJP AIS Selain Bank.
4 originalPartnerReferenceNoStringO164Transaction identifier on service consumer system
5 serviceCodeStringM12To identify which transaction that needs to be checked, filled with 38
6 amountObjectO12Detail of amount transaction
7 latestTransactionStatusStringM12Latest transaction status labelled with constants.
8 transactionStatusDescStringO150Transaction status description

Sample Response

{
"responseCode": "2003900",
"responseMessage": "Request has been processed successfully",
"originalPartnerReferenceNo": "78912343452347893",
"originalReferenceNo": "2211150005490937",
"serviceCode": "38",
"amount": {
"value": "0",
"currency": "IDR"
},
"latestTransactionStatus": "07",
"transactionStatusDesc": "Not Found"
}