Get Single Bank Collection API
This API retrieves the details of a specific Bank collection paymentusing the providedrequestId.
Endpoint
GET /api/sandbox/v1/bank/collection/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 |
|---|---|---|---|
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. |
