This endpoint provides the transaction details.
Sandbox URL : https://api-sandbox.partners.scb/partners/sandbox/v1/maemanee/payment/transaction/getlist
Name | Required | Description |
---|---|---|
authorization | Required | Oauth token of the user performing the function |
content-type | Required | The content type of request payload Required: application/json |
accept-language | Optional | The language of the content in the request payload List of value: - 'th' Remark: If value is null, default as 'th' |
resourceOwnerId | Required | The hash value of the userid (resourceOwnerId from token API), or related user identification value |
requestUId | Required | A unique identifier the client can generate to track the current request call |
Name | Required | Datatype | Description |
---|---|---|---|
walletId | Required | String (15) | Merchant wallet id |
transactionDateFrom | Required | String (10) | Order created date from Remark: - Format: yyyy-MM-dd - Must not be non-existent date - transactionDateFrom must be less than or equal to transactionDateTo |
transactionDateTo | Required | String (10) | Order created date to Remark: - Format: yyyy-MM-dd - Must not be non-existent date - transactionDateTo must be more than or equal to transactionDateFrom |
pageNo | Required | Integer | Page number Remark: - Minimum: 1 - Maximum: 99 |
pageSize | Required | Integer | Page size Remark: - Minimum: 1 - Maximum: 50 |
curl -X POST \
https://api-sandbox.partners.scb/partners/sandbox/v1/maemanee/payment/transaction/getlist \
-H 'authorization: bearer <Your Access Token>' \
-H 'content-types: application/json' \
-H 'accept-language: th' \
-H 'resourceOwnerId: <The value of resourceOwnerId from the response header of /v1/oauth/token>' \
-H 'requestUId: e798ae11-4ae9-452f-9949-c121daf13895' \
{
"walletId": "014000000089243",
"transactionDateFrom": "2021-06-10",
"transactionDateTo": "2021-06-11",
"pageNo": 1,
"pageSize": 50
}
Name | Datatype | Description |
---|---|---|
status | Object | An object to contain status from Partner gateway |
status.code | String | Partner API response code |
status.description | String | Partner API response description |
status.details | Object | An object to contain details of response status |
status.details.validationMessages | Object | An object to contain response message from downstream |
status.details.validationMessages.code | String | Downstream response code |
status.details.validationMessages.description | String | Downstream response description |
data | Object | An object to contain response information from downstream |
data.page | Integer | Requested page number |
data.pageSize | Integer | Requested page size |
data.hasNextPage | Boolean | Flag to identify is next page available |
data.transactions[] | Object | An object to contain transaction details |
data.transactions[].index | Integer | Order index |
data.transactions[].partnerReferenceNo | String | Order id generated by partner |
data.transactions[].orderId | String | Order id generated by Mae Manee |
data.transactions[].amount | Decimal | Order amount |
data.transactions[].t30 | Object | An object to contain QR tag 30 information |
data.transactions[].t30.ref1 | String | Bill reference 1 |
data.transactions[].t30.ref2 | String | Bill reference 2 |
data.transactions[].t30.ref3 | String | Bill reference 3 |
data.transaction[].t30.paymentInfo[] | Array | An array of object to contain QR tag 30 payment information |
data.transaction[].t30.paymentInfo[].paymentStatus | String | Payment status Sample values: - PENDING: Transaction created successfully - PAID: Customer paid successfully (Not available on Sandbox API) Note: For Production API, all status are available. |
data.transaction[].t30.paymentInfo[].paymentDatetime | Datetime | Payment datetime |
data.transaction[].t30.paymentInfo[].paymentBy | String | Payer name |
data.transaction[].t30.paymentInfo[].buyerBankCode | String | Payer bank code |
data.transactions[].t30.paymentInfo[].transactionDisplayId | String | Payment reference id |
data.transactions[].qrcs | Object | An object to contain QRCS information |
data.transactions[].qrcs.merchantId | String | Merchant id |
data.transactions[].qrcs.terminalId | String | Terminal id |
data.transactions[].qrcs.networkScheme | String | Card network scheme |
data.transactions[].qrcs.transactionRef | String | Transaction reference |
data.transactions[].qrcs.approvalCode | String | Payer approval code |
data.transactions[].qrcs.consumerPAN | String | Payer credit card number |
data.transactions[].qrcs.paymentStatus | String | Payment status Sample values: - PENDING: Transaction created successfully - PAID: Customer paid successfully (Not available on Sandbox API) Note: For Production API, all status are available. |
data.transactions[].qrcs.paymentDatetime | Datetime | Payment datetime |
data.transactions[].qrcs.paymentBy | String | Payer name |
data.transactions[].alipay | Object | An object to contain Alipay information |
data.transactions[].alipay.merchantId | String | Merchant id |
data.transactions[].alipay.terminalId | String | Terminal Id |
data.transactions[].alipay.transactionRef | String | Transaction reference |
data.transactions[].alipay.currencyCode | String | Transaction amount currency |
data.transactions[].alipay.paymentStatus | String | Payment status Sample values: - PENDING: Transaction created successfully - PAID: Customer paid successfully (Not available on Sandbox API) Note: For Production API, all status are available. |
data.transactions[].alipay.paymentDatetime | Datetime | Payment datetime |
data.transactions[].alipay.paymentBy | String | Payer email |
data.transactions[].wechat | Object | An object to contain Wechat information |
data.transactions[].wechat.merchantId | String | Merchant id |
data.transactions[].wechat.terminalId | String | Terminal id |
data.transactions[].wechat.transactionRef | String | Transaction reference |
data.transactions[].wechat.currencyCode | String | Transaction amount currency |
data.transactions[].wechat.paymentStatus | String | Payment status Sample values: - PENDING: Transaction created successfully - PAID: Customer paid successfully (Not available on Sandbox API) Note: For Production API, all status are available. |
data.transactions[].wechat.paymentDatetime | Datetime | Payment datetime |
data.transactions[].wechat.paymentBy | String | Payer id |
data.transactions[].pml | Object | An object to contain payment link information |
data.transactions[].pml.buyerBankCode | String | Payer bank code |
data.transactions[].pml.transactionDisplayId | String | Transaction display id |
data.transactions[].pml.ref1 | String | Bill reference 1 |
data.transactions[].pml.ref2 | String | Bill reference 2 |
data.transactions[].pml.ref3 | String | Bill reference 3 |
data.transaction[].pml.cancelPolicy | String | Order cancel policy |
data.transaction[].pml.orderDetail | String | Order detail |
data.transaction[].pml.orderDate | Datetime | Order created date |
data.transaction[].pml.orderExpiredDate | Datetime | Order expire date |
data.transaction[].pml.webPayLink | String | Web pay link |
data.transaction[].pml.merchantId | String | Merchant id |
data.transaction[].pml.terminalId | String | Terminal id |
data.transactions[].pml.paymentStatus | String | Payment status Sample values: - PENDING: Transaction created successfully - PAID: Customer paid successfully (Not available on Sandbox API) - CANCEL: Merchant cancelled payment transaction (Not available on Sandbox API) - EXPIRED: Payment session expired (Not available on Sandbox API) Note: For Production API, all status are available. |
data.transactions[].pml.paymentDatetime | Datetime | Payment datetime |
data.transactions[].pml.paymentBy | String | Payer name |
data.transactions[].pml.paymentChannel | String | Payment channel Sample values: - Pay with current/saving account - Pay with Credit card full amount by Easy App - Pay with Credit card Installment by Easy App - Pay with payment gateway - Pay with Speedy card by Easy App - OTHER |
data.transactions[].pml.networkScheme | String | Card network scheme |
data.transactions[].pml.transactionRef | String | Transaction reference |
data.transactions[].pml.approvalCode | String | Payer approval code |
data.transactions[].pml.consumerPAN | String | Payer credit card number |
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"page": 1,
"pageSize": 5,
"hasNextPage": false,
"transactions": [{
"index": 1,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00013",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 2,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00018",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 3,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00088",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 4,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00098",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 5,
"partnerReferenceNo": "100000100",
"orderId": "PLAAX00099",
"amount": 1000.00,
"t30": {
"ref1": "",
"ref2": "",
"ref3": "",
"paymentInfo": [{
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "",
"terminalId": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "T300104202100211140",
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"cancelPolicy": "บริษัทขอสงวนสิทธิ์ในการยกเลิกรายการสั่งซื้อสินค้าของลูกค้าถ้าตรวจสอบพบว่าไม่ตรงตามเงื่อนไขในการสั่งซื้อหรือมีความผิดพลาดด้านราคาแลข้อมูลผลิตภัณฑ์นั้น",
"orderDetail": "รองเท้าNIKEรุ่นAirMax2021สีชมพู",
"orderDate": "2021-03-03T19: 20: 30+07: 00",
"orderExpiredDate": "2021-03-04T19: 20: 30+07: 00",
"webPayLink": "https: //www.scb.co.th/th/personal-banking/payment/for-merchant/mae-manee-app/howto-payment-link.html",
"merchantId": "",
"terminalId": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
}
]
}
}
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"page": 1,
"pageSize": 5,
"hasNextPage": false,
"transactions": [{
"index": 1,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00013",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PAID",
"paymentDatetime": "2021-06-10T19: 25: 30.45+07: 00",
"paymentBy": "สมชายใจดี",
"buyerBankCode": "014",
"transactionDisplayId": "T300104202100211140"
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 2,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00018",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "VISA",
"transactionRef": "3754094",
"approvalCode": "004CFN",
"consumerPAN": "477376xxxxxx1295",
"paymentStatus": "PAID",
"paymentDatetime": "2021-06-10T19:25:30.45+07:00",
"paymentBy": "สมชาย ใจดี"
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 3,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00088",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "4200000287201904104686653117",
"currencyCode": "THB",
"paymentStatus": "PAID",
"paymentDatetime": "2021-06-10T19: 25: 30.45+07: 00",
"paymentBy": "int***@service.*"
} ,
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 4,
"partnerReferenceNo": "100000100",
"orderId": "PNAAX00098",
"amount": 1000.00,
"t30": {
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"paymentInfo": [{
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "010000000002439801",
"terminalId": "59100031",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "114000000073023",
"terminalId": "59400014",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "PENDING",
"paymentDatetime": null,
"paymentBy": ""
},
"wechat": {
"merchantId": "140000000000108",
"terminalId": "59900099",
"transactionRef": "4200000287201904104686653117",
"currencyCode": "THB",
"paymentStatus": "PAID",
"paymentDatetime": "2021-06-10T19:25:30.45+07:00",
"paymentBy": "oGxrV0QJzbqTX3hDi7WE9d35_Q4I"
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "",
"ref1": "",
"ref2": "",
"ref3": "",
"cancelPolicy": "",
"orderDetail": "",
"orderDate": null,
"orderExpiredDate": null,
"webPayLink": "",
"merchantId": "",
"terminalId": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 5,
"partnerReferenceNo": "100000100",
"orderId": "PLAAX00099",
"amount": 1000.00,
"t30": {
"ref1": "",
"ref2": "",
"ref3": "",
"paymentInfo": [{
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "",
"terminalId": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "T300104202100211140",
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"cancelPolicy": "บริษัทขอสงวนสิทธิ์ในการยกเลิกรายการสั่งซื้อสินค้าของลูกค้าถ้าตรวจสอบพบว่าไม่ตรงตามเงื่อนไขในการสั่งซื้อหรือมีความผิดพลาดด้านราคาแลข้อมูลผลิตภัณฑ์นั้น",
"orderDetail": "รองเท้าNIKEรุ่นAirMax2021สีชมพู",
"orderDate": "2021-03-03T19: 20: 30+07: 00",
"orderExpiredDate": "2021-03-04T19: 20: 30+07: 00",
"webPayLink": "https: //www.scb.co.th/th/personal-banking/payment/for-merchant/mae-manee-app/howto-payment-link.html",
"merchantId": "010000000000908014",
"terminalId": "88000013",
"paymentStatus": "PAID",
"paymentDatetime": "2021-06-10T19:25:30.45+07:00",
"paymentBy": "",
"paymentChannel": "Pay with Credit card full amount by Easy App",
"networkScheme": "VISA",
"transactionRef": "4200000287201904104686653117",
"approvalCode": "001ERH",
"consumerPAN": "477376xxxxxx1295"
}
}]
}
}
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"page": 1,
"pageSize": 5,
"hasNextPage": false,
"transactions": [{
"index": 1,
"partnerReferenceNo": "100000100",
"orderId": "PLAAX00013",
"amount": 1000.00,
"t30": {
"ref1": "",
"ref2": "",
"ref3": "",
"paymentInfo": [{
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "",
"terminalId": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
} ,
"wechat": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "T300104202100211140",
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"cancelPolicy": "บริษัทขอสงวนสิทธิ์ในการยกเลิกรายการสั่งซื้อสินค้าของลูกค้าถ้าตรวจสอบพบว่าไม่ตรงตามเงื่อนไขในการสั่งซื้อหรือมีความผิดพลาดด้านราคาแลข้อมูลผลิตภัณฑ์นั้น",
"orderDetail": "รองเท้าNIKEรุ่นAirMax2021สีชมพู",
"orderDate": "2021-03-03T19: 20: 30+07: 00",
"orderExpiredDate": "2021-03-04T19: 20: 30+07: 00",
"webPayLink": "https: //www.scb.co.th/th/personal-banking/payment/for-merchant/mae-manee-app/howto-payment-link.html",
"merchantId": "",
"terminalId": "",
"paymentStatus": "CANCEL",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
},
{
"index": 2,
"partnerReferenceNo": "100000100",
"orderId": "PLAAX00018",
"amount": 1000.00,
"t30": {
"ref1": "",
"ref2": "",
"ref3": "",
"paymentInfo": [{
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": "",
"buyerBankCode": "",
"transactionDisplayId": ""
}]
},
"qrcs": {
"merchantId": "",
"terminalId": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"alipay": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"wechat": {
"merchantId": "",
"terminalId": "",
"transactionRef": "",
"currencyCode": "",
"paymentStatus": "",
"paymentDatetime": null,
"paymentBy": ""
},
"pml": {
"buyerBankCode": "",
"transactionDisplayId": "T300104202100211140",
"ref1": "014000000062133",
"ref2": "QRAAB00005",
"ref3": "0000000000001025",
"cancelPolicy": "บริษัทขอสงวนสิทธิ์ในการยกเลิกรายการสั่งซื้อสินค้าของลูกค้า ถ้าตรวจสอบพบว่าไม่ตรงตามเงื่อนไขในการสั่งซื้อหรือมีความผิดพลาดด้านราคาแลข้อมูลผลิตภัณฑ์นั้น",
"orderDetail": "รองเท้า NIKE รุ่น Air Max 2021 สีชมพู",
"orderDate": "2021-03-03T19:20:30+07:00",
"orderExpiredDate": "2021-03-04T19:20:30+07:00",
"webPayLink": "https://www.scb.co.th/th/personal-banking/payment/for-merchant/mae-manee-app/howto-payment-link.html",
"merchantId": "",
"terminalId": "",
"paymentStatus": "EXPIRED",
"paymentDatetime": null,
"paymentBy": "",
"paymentChannel": "",
"networkScheme": "",
"transactionRef": "",
"approvalCode": "",
"consumerPAN": ""
}
}]
}
}
See list of Generic Response Codes.