GET
/
api
/
payment
/
verify
/
{reference}

Path Parameter

reference
string

A unique reference ID associated with the payment transaction.

Response

hmac
string

A crytographic hash(HMAC) representing the integrity of the data.

mode
string

Indicates the mode, which is set to “dev” in this case.

status
string

Represents the status of the transaction, which is either “SUCCESSFUL” or “FAILED”

code
string

A code associated with the transaction status

description
string

A description of the transaction status, indicating it was “Approved by Financial Institution.”

amount
number

The transaction amount (currency is specified in Kobo)

merchantRef
string

A reference associated with the merchant

transactionRef
string

A reference for the transaction.

paymentRef
string

A payment reference related to the transaction

currencyCode
string

The currency code for the transaction, which is “NGN” (Nigerian Naira)

data
object

An object containing additional data related to the transaction:

option
string

Specifies the payment option used, which is “card.”

nextAction
string

Indicates the next action to be taken, which is “APPROVE.”

transactionDate
string

The date and time of the transaction in ISO 8601 format

paymentDate
string

The date and time when the payment was made in ISO 8601 format.