GET
/
momo
/
{transactionId}
Get Mobile Money (MoMo) Status
curl --request GET \
  --url https://api.stablepay.ai/momo/{transactionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "Successful",
  "confirmationID": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer scheme. Format: Bearer {STA_xxxx}

Path Parameters

transactionId
string
required

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

Required string length: 5 - 15

Response

Payout status retrieved successfully.

The response is of type object.