Verify Transaction
Validates the status or authenticity of a specific transaction, ensuring its completion or processing status.
GET
/
transaction
/
{tranactionReference}
it is important to always check the transactionStatus to determine the true status of the transaction. This field
reflects whether the transaction has been successfully processed, failed, or
is pending.
Authorizations
x-api-key
string
headerrequiredx-api-secret
string
headerrequiredPath Parameters
tranactionReference
string
requiredtranaction reference
Response
200 - application/json
status
boolean
Indicates if the request was successful
statusCode
integer
HTTP status code of the response
data
object[]