GET
/
mpesa
/
{transactionId}
curl --request GET \
  --url https://api.stablepay.ai/mpesa/{transactionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "Successful"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Path Parameters

transactionId
string
required

Transaction ID to query the transaction status using the Stablepay Get Payment Status

Required string length: 5 - 15

Response

201
application/json

Payout status retrieved successfully.

The response is of type object.