Get Send Money Status API
This API retrieves the status of a send money transaction based on arequestId.
Endpoint
GET /api/sandbox/v1/send-money/statusBase URL
https://api.kiotapay.co
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
companyId | string | The ID of the company requesting the status of the send money transaction. | ✅ |
requestId | string | The unique ID of the send money 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. |
