Skip to main content

History Detail

This is one of the services providing user e-money transaction history in detail format, a specific transaction history by providing specific transaction identifiers. Partner is mandatory to provide the identifiers from consumer and provider systems.

Technical Specification

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 originalPartnerReferenceNoStringM164Transaction identifier on service consumer system
2 additionalInfoObjectM11Additional Info

Sample Request

{
"originalPartnerReferenceNo": "2020102900000000000001",
"additionalInfo": {
"originalReferenceNo": "2020102900000000000001"
}
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17BI SNAP Response Code.
2 responseMessageStringM1150BI SNAP Response Message.
3 referenceNoStringO164Transaction identifier on service provider system
4 partnerReferenceNoStringO164Transaction identifier on service consumer system
5 amountObjectM12Detail of Amount
6 dateTimeStringM125Transaction date
7 remarkStringO1256Transaction remark
8 statusStringM132Transaction status
9 typeStringM132Transaction type
10 additionalInfoStringO18Additional Info

Sample Response

{
"responseCode": "2001300",
"responseMessage": "Request has been processed successfully",
"partnerReferenceNo": "7891234345230002",
"referenceNo": "2212020005601385",
"dateTime": "2022-12-02T15:53:35+00:00",
"amount": {
"value": "1000.00",
"currency": "IDR"
},
"remark": "pulsa 1000",
"status": "SUCCESS",
"type": "TEST",
"additionalInfo": {
"trxcode": "WS_TRX_TRANSFER",
"id": "16109512",
"sum_in": "0",
"sum_out": "1000",
"channel_id": "140",
"source": "+6281977817902",
"destination": "+628198765432112",
"name": "Testing"
}
}