Skip to main content

Get Single TZ Payout API

Retrieve the details of a single TZ spending transaction using a requestId you received when the payout was initiated.

Endpoint

GET /api/v1/tz/spending/single

Base URL

https://api.kiotapay.co

Query Parameters

ParameterTypeDescriptionRequired
requestIdstringThe unique identifier for the specific transaction.

Request Headers

KeyValueRequiredDescription
AuthorizationBearer <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.

Example Request

cURL

curl --location 'https://api.kiotapay.co/api/v1/tz/spending/single?requestId=cdd7dcaa-e945-44d2-8219-77543ae91d9b' \
--header 'Device-Id: example-my-device-id' \
--header 'Authorization: Bearer <your-token>'