Terminal
List all merchants#
GET /terminals
Returns a list of terminals of a merchant
Parameters#
- Request Body
- Example
| Name | Type | Required | Description |
|---|---|---|---|
| merchantId | string(50) | true | Merchant Unique ID defined by a company |
| pageNo | integer(int32) | true | Page index to navigate through all the pages |
| pageSize | integer(int32) | true | Number of transaction per page |
| sortBy | string | false | Field name to sorted the result list (default is MerchantID) |
| sortDirection | string | false | ASC or DESC (default is DESC) |
| checkSum | string | true | Checksum of the query string |
Example response:#
Retrieve a terminal#
GET /terminalDetails
Returns details of a terminal
Parameters#
- Request Body
- Example
| Name | Type | Required | Description |
|---|---|---|---|
| terminalID | string(25) | true | Unique ID of the terminal belong to merchant |
| merchantID | string(50) | true | Unique Merchant ID set by the company |
| checkSum | string | true | Checksum of the query string |