E-Money
E-Money Status Inquiry
Check E-Money order status via Paylabs API.
Request URL
URL: ${ROOT_URL}/payment/v2.3/ewallet/query
HTTPMethod: POST
EndpointUrl: /payment/v2.3/ewallet/query
E-Money Status Inquiry Parameters
Header
| 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 please check Data Signing Rules | Yes |
| X-PARTNER-ID | String(20) | Merchant ID | Yes |
| X-REQUEST-ID | String(64) | Unique ID for each request | Yes |
Body
| Parameter | Type | Required | Remarks |
|---|---|---|---|
| requestId | String(64) | Yes | Unique identifier on every request |
| merchantId | String(10) | Yes | Merchant ID |
| storeId | String(30) | No | Only if merchant has branches and wish to create order using its branch ID |
| merchantTradeNo | String(32) | Yes | The unique identifier created by the merchant for each transactions |
| paymentType | String(20) | Yes | Type of payments, see Payment Type |