Area | Field | Attribute | Type | Description |
---|
Header | Content-Type | M | String | application/json |
| X-TIMESTAMP | M | String | yyyy-MM-ddTHH:mm:ss[zoneOffset] eg: 2020-12-17T10:55:00+07:00 |
Body Parameters
Area | Field | Attribute | Type | Description |
---|
Body | code | M | String | success = "00" |
| message | M | String | Response message |
| tradeNo | O | String | smilepayz trade no |
| tradeType | O | Number | Trade Type |
| paymentMethod | O | String | PaymentMethod |
| money | O | Money | Money |
| status | O | String | Transaction Status |
| remark | O | String | remark |
Example Body – Inquiry Status Request:
Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00+07:00
{
"code": "00",
"message": "Successful",
"money": {
"amount": 800,
"currency": "INR"
},
"paymentMethod": "YES",
"status": "SUCCESS",
"tradeNo": "122200312406111311517153",
"tradeType": 2
}