cURL
curl --request GET \ --url https://api.development.mona.ng/checkout/status \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Poll a checkout status using transaction ID.
The current transaction ID
Transaction status response
The response is of type object.
object