POST: MPESA STK STATUS
Use this endpoint to query for the status of a C2B transaction that was initiated.
Query Status
POST
https://payherokenya.com/intasend/stk_status
Transaction response returns a field labeled invoice_id. We use invoice_id to check for the status of the transaction.
Below are code examples for transaction status querying using the invoice_id.
Body
Name | Type | Description |
---|---|---|
string | Your Pay Hero API Key username | |
number | Your transaction invoice_id |
Response
Sample Request Code: PHP
Last updated