Endpoint Examples
Verify Transaction
This endpoint is used to verify a payment transaction with a reference ID.
GET
Path Parameter
string
A unique reference ID associated with the payment transaction.
Response
string
A crytographic hash(HMAC) representing the integrity of the data.
string
Indicates the mode, which is set to “dev” in this case.
string
Represents the status of the transaction, which is either “SUCCESSFUL” or “FAILED”
string
A code associated with the transaction status
string
A description of the transaction status, indicating it was “Approved by
Financial Institution.”
number
The transaction amount (currency is specified in Kobo)
string
A reference associated with the merchant
string
A reference for the transaction.
string
A payment reference related to the transaction
string
The currency code for the transaction, which is “NGN” (Nigerian Naira)
object
An object containing additional data related to the transaction:
string
Specifies the payment option used, which is “card.”
string
Indicates the next action to be taken, which is “APPROVE.”
string
The date and time of the transaction in ISO 8601 format
string
The date and time when the payment was made in ISO 8601 format.
