Enquiry
The Payment Request is acceptable with HTTPS POST method only.
Staging URL: https://stagingpayment.share-commerce.com/enquiry
Production URL: https://payment.share-commerce.com/enquiry
Request
Merchant need to pass in the following for transaction status enquiry.
| Field Name | Data Type (Len) | M/O | Description |
|---|---|---|---|
| MerchantID | String (50) | M | Unique merchant ID assigned to each merchant by Share Commerce |
| MerchantOrderNo | String (50) | M | Unique Order no generated in merchant system (Based on value submit on Payment Request). |
| Versioning | Integer | M | API Versioning. Hard code 6. |
| Http Header | Data Type (Len) | M/O | Description |
|---|---|---|---|
| SCSign | M | Message sign (Refer to below SCSign Calculation section) |
*Note, field SCSign have to put in Http Header.
Request Sample
{
"MerchantID": "MID0001",
"MerchantOrderNo": "POST0001",
"Versioning": 6
}
Response
Refer to the section PAYMENT > Response Redirect / Callback > 1. Response Sample (Redirect)