Order Reconciliation File Download
Download link interface for reconciliation files.
Will be provided via email.
Data Signing Rules
| Field Name | Type | Value | Required |
|---|
| Content-Type | String(30) | Fixed value "application/json;charset=utf-8" | Yes |
| X-TIMESTAMP | String(29) | Current time, format 2022-09-16T16:58:47.964+07:00 | Yes |
| X-SIGNATURE | String(64) | Signature. For details see Data Signing Rules | Yes |
| X-PARTNER-ID | String(20) | Merchant ID | Yes |
| X-REQUEST-ID | String(64) | Unique ID for each request | Yes |
| Parameter | Type | Required | Remarks |
|---|
| requestId | String(64) | Yes | Unique ID for each request |
| merchantId | String(20) | Yes | Unique ID provided by the payment gateway to the merchant |
| transactionType | String(2) | Yes | 10 Payment order |
| Field Name | Type | Value | Required |
|---|
| Content-Type | String(30) | Fixed value "application/json;charset=utf-8" | Yes |
| Parameter | Type | Required | Remarks |
|---|
| requestId | String(64) | Yes | Unique ID for each request |
| errCode | String(32) | No | See Error Code section |
| errCodeDes | String(128) | No | Error details based on error code |
| merchantId | String(20) | Yes | Unique ID provided by the payment gateway to the merchant |
| fileName | String(200) | No | File name |
| fileUrl | String(200) | No | File download URL (valid for 24 hours) |
| fileSize | Number | No | File size |
| status | String(2) | No | 0 Initial, 1 Processing, 2 Downloadable, 3 Failed |
File is a zip archive. After extraction, you will get one or more CSV files named merchantId_payDate_xxx_xxx.csv (xxx are 4-digit numbers).
delimiter = ",";
quote = '"';
RecordSeparator = "\r\n";