Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
requestId
GET /api/sandbox/v1/paybill/status
https://api.kiotapay.co
string
Content-Type
application/json
Authorization
Bearer <your-token>
<your-token>
curl --location --request GET 'https://api.kiotapay.co/api/sandbox/v1/paybill/status?requestId=4f88dd2e-c4b4-4a3f-9605-1679686a6641' \ --header 'Content-Type: application/json'
{ "status": 200, "message": "Success", "data": { "accountNumber": "22442244", "businessNumber": "2232334", "requestId": "4f88dd2e-c4b4-4a3f-9605-1679686a6641", "amount": 1000.0, "status": "PENDING" } }