Get Single TZ Payout API
Retrieve the details of a single TZ spending transaction using arequestId you received when the payout was initiated.
Endpoint
GET /api/v1/tz/spending/single
Base URL
https://api.kiotapay.co
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
requestId | string | The unique identifier for the specific transaction. | ✅ |
Request Headers
| Key | Value | Required | Description |
|---|---|---|---|
Authorization | Bearer <your-token> | ✅ | API authentication token. Replace <your-token> with a valid JWT. |
Device-Id | <your-device-id> | ✅ | A unique identifier for the caller device/client. |
