Endpoint
Example: Axios POST Request
Key Parameters
pid: Your partner identifier.mid: Your merchant identifier.s_date: List of transaction from data.e_date: List of transaction till dateAuthorization: Must be in the formatBasic base64(public_key:secret_key).
Make sure to replace placeholder values with actual data before executing.
Headers
| Name | Value |
|---|---|
| Content-Type | application/x-www-form-urlencoded |
| Authorization | Basic base64(public_key:secret_key) |
Request Body Parameters
| Name | Type | Description | Example | Required |
|---|---|---|---|---|
| pid | string | Your Partner ID | PABC | Yes |
| mid | string | Merchant ID | ABC | Yes |
| s_date | string | dd-mm-yyyy | 14-10-2025 | Yes |
| e_date | string | dd-mm-yyyy | 15-10-2025 | Yes |
Authorization
Requests must include theAuthorization header with a Base64-encoded string of public_key:secret_key.
Example Format: