For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Service Code: 13

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

originalPartnerReferenceNo

String

M

1

64

Transaction identifier on service consumer system

2

additionalInfo

M

1

1

Additional Info

Sample Request

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

Body Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

responseCode

M

1

7

BI SNAP Response Code.

2

responseMessage

String

M

1

150

BI SNAP Response Message.

3

referenceNo

String

O

1

64

Transaction identifier on service provider system

4

partnerReferenceNo

String

O

1

64

Transaction identifier on service consumer system

5

amount

M

1

2

Detail of Amount

6

dateTime

String

M

1

25

Transaction date

7

remark

String

O

1

256

Transaction remark

8

status

String

M

1

32

Transaction status

9

type

String

M

1

32

Transaction type

10

additionalInfo

String

O

1

8

Additional Info

Sample Response

Response Code & Message

No
HTTP Code
Code
Message (Indonesian)

1

200

2001300

Successful

2

400

4001300

Bad request

3

400

4001301

Invalid field format {field}

4

400

4001302

Invalid mandatory field {field}

5

401

4011301

Invalid token (B2B)

6

401

4011300

Unauthorised. [Reason]

7

403

4031301

Feature not allowed

8

403

4031304

Activity count limit exceeded

9

404

4041308

Invalid merchant

10

500

5001300

General error

11

504

5041300

Timeout

Last updated