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

Query Payment

Technical Specification

Environment
Method
URL

Development

POST

TBC

Production

POST

TBC

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

originalPartnerReferenceNo

String

M

1

64

Original transaction identifier on service consumer system

2

merchantId

String

M

1

64

Merchant identifier that is unique for each merchant

Sample Request

{
  "originalPartnerReferenceNo": "2020102900000000000001",
  "merchantId": "00007100010926"
}

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

originalReferenceNo

String

M

1

64

Original transaction identifier on service provider system

4

originalPartnerReferenceNo

String

O

1

64

Original transaction identifier on service consumer system

5

latestTransactionStatus

String

M

1

2

Latest transaction status. Values: 00 = Success, 03 = Pending, 06 = Failed

6

transactionStatusDesc

String

M

1

50

Transaction status description

7

paidTime

String (ISO 8601)

O

1

25

Payment date and time in ISO 8601 format. Example: 2020-12-23T08:04:11+07:00

Sample Response

Last updated