Status
The status endpoint is used to verify your transaction has been completed. You will pass in your refrence and intent keys. Your refrence key is used to find the transaction on chain and your intent key is used to verify it was authentic.
If you receive a message in the body of the response, the transaction is complete. If the request is successful and the body is null, the transaction did not complete.
Example
Returns the status of a transaction
POST
https://api.mtnapi.com/status
Query Parameters
Name
Type
Description
ref
String
Pass a reference key associated with your desired transaction.
Last updated