GET
/
checkout
/
status
curl --request GET \
  --url https://api.development.mona.ng/checkout/status \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

transactionId
string

The current transaction ID

Response

200
application/json

Transaction status response

The response is of type object.