curl -X POST "{{base_url}}/v1/status/KES" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{"transaction_code":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}'
Payments (v1)
Transaction status
Look up a single transaction by transaction_code.
POST
/
v1
/
status
/
{currency_code}
curl -X POST "{{base_url}}/v1/status/KES" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{"transaction_code":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}'
string
Currency namespace for the transaction store (e.g.
KES, UGX).string
required
Transaction code returned when the payment was created.
curl -X POST "{{base_url}}/v1/status/KES" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{"transaction_code":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}'
