Till Status API
This API allows a company to fetch the status of a specific till transaction using therequestId.
Endpoint
GET /api/sandbox/v1/till/statusBase URL
https://api.kiotapay.co
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| ✅ | |||
requestId | string | The unique ID of the request for which the status is being checked. | ✅ |
Request Headers
| Key | Value | Required | Description |
|---|---|---|---|
Content-Type | application/json | ✅ | Specifies that the request body is in JSON format. |
Authorization | Bearer <your-token> | ✅ | API authentication token. Replace <your-token> with a valid JWT. |
