Merchant
List all merchants#
GET /merchants
Returns list of merchants
Parameters#
- Request Body
- Example
| Name | Type | Required | Description |
|---|---|---|---|
| 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 merchant#
GET /merchantdetails
Returns details of a merchant
Parameters#
- Request Body
- Example
| Name | Type | Required | Description |
|---|---|---|---|
| merchantID | string(50) | true | Unique Merchant ID set by the company |
| checkSum | string | true | Checksum of the query string |