| Field Name |
Data Type |
Size |
M/O |
Description & Remarks |
| RespCode |
String |
2 |
M |
Response code. Code “00” will be returned once the request is accepted. |
| RespMessage |
String |
500 |
M |
Response message |
| Api |
String |
30 |
M |
API name |
| MerchantNo |
String |
16 |
M |
Merchant no |
| TrxnCount |
Integer |
|
M |
Number of transactions |
| Transaction List |
|
TrxnId |
String |
20 |
C |
Transaction Id |
|
|
TrxnDate |
String |
14 |
C |
Transaction date. Format: yyyyMMddHHmmss. |
|
|
RequestId |
String |
50 |
C |
Request Id to identify request from merchant |
|
|
CustId |
String |
50 |
C |
Merchant’s Customer id. |
|
|
OrderId |
String |
50 |
C |
Order Id |
|
|
CardTokenId |
String |
20 |
C |
Card Token Id |
|
|
Amount |
String |
10 |
C |
Preauth or captured amount. Up to 2 decimals and no thousand separators. Example: “10”, “10.5”, “10.50”. |
|
|
PymtStatus |
String |
1 |
C |
Payment Status. Refer 2.4.2
Payment Status Code. |
|
| Signature |
String |
– |
M |
Calculated hash by concatenating all the values of the fields and follow the list order.
Transaction List should be excluded from signature generation. |