| Field | Type | Whether Required | Length | Description |
|---|---|---|---|---|
| transId | string | No | 32 | Transaction serial number |
| transType | String | Yes | 32 | Trans Type;03:PayIn |
| merchantOrderId | String | Yes | 32 | External merchant's order ID |
| merchantNo | String | Yes | 32 | Merchant number |
| status | int | Yes | 2 | 1:Success;2:Failure |
| requestAmount | Long | Yes | - | Requested amount |
| payAmount | Long | No | - | Actual payment amount, 0 if payment has not been initiated |
| fee | Long | No | - | Handling fee, 0 if payment has not been initiated |
| payeeAmount | Long | No | - | Actual received amount, 0 if payment has not been initiated |
| payerAccNo | String | No | 32 | Payer's account number, in the channel payment account |
| payerName | String | No | 32 | Payer's name |
| accountNo | String | Yes | 32 | Virtual account number for collection |
| sessionId | string | No | - | sessionId |
| countryCode | String | Yes | - | Country code |
| currency | String | Yes | - | Currency type |
| beginTime | Timestamp | No | - | Transaction time |
| endTime | Timestamp | No | - | Transaction completion time |
| errorCode | String | No | - | Error code |
| errorMessage | String | No | - | Error message |
| createTime | Timestamp | Yes | - | Creation time |
| updateTime | Timestamp | Yes | - | Update time |
{
"transType": "03",
"merchantOrderId": "NG62202508290813111",
"merchantNo": "00000028",
"status": 1,
"requestAmount": 1000000,
"payAmount": 1000000,
"fee": 9500,
"payeeAmount": 990500,
"payerAccNo": "8107943600",
"payerName": "LIANG FANG",
"accountNo": "9900000090",
"countryCode": "NG",
"currency": "NGN",
"beginTime": 1756451631000,
"endTime": 1756451643000,
"transId": "0E738AE8B77C47FE8F23DED40257FDE8",
"sessionId": "100033250829071350928138509554",
"createTime": 1756451592000,
"updateTime": 1756451643000
}{
"transType": "03",
"merchantOrderId": "NG62202508290809311",
"merchantNo": "00000028",
"status": 2,
"requestAmount": 9150000,
"payAmount": 0,
"fee": 0,
"payeeAmount": 0,
"payerAccNo": "9900000088",
"accountNo": "9900000088",
"countryCode": "NG",
"currency": "NGN",
"endTime": 1756453200000,
"errorCode": "MO_07",
"errorMessage": "Order has been closed",
"createTime": 1756451372000,
"updateTime": 1756453200000
}