curl --request GET \
--url https://api.novacpayment.com/api/v1/checkout/{transactionRef}/verify \
--header 'Authorization: <api-key>'{
"status": true,
"message": "Transaction details retrieved successfully",
"data": {
"status": "pending | successful | failed",
"id": 0,
"transactionReference": "string",
"amount": 0,
"chargedAmount": 0,
"currency": "NGN",
"transactionFee": 0,
"gatewayResponseCode": "00",
"gatewayResponseMessage": "string",
"domain": "string",
"channel": "string",
"requestIp": "string",
"paymentDescriptor": "NOVAC",
"transactionType": "",
"redirectUrl": "",
"card": {
"first6Digits": "string",
"last4Digits": "string",
"issuer": "",
"country": "string",
"type": "string"
},
"customer": {
"id": 0,
"customerCode": "string",
"email": "string",
"name": "string"
},
"transferDetail": {
"bankCode": "string",
"bankName": "string",
"accountNumber": "string",
"sessionId": "string",
"creditAccountName": "string",
"originatorName": "string",
"originatorAccountNumber": "string"
}
}
}curl --request GET \
--url https://api.novacpayment.com/api/v1/checkout/{transactionRef}/verify \
--header 'Authorization: <api-key>'{
"status": true,
"message": "Transaction details retrieved successfully",
"data": {
"status": "pending | successful | failed",
"id": 0,
"transactionReference": "string",
"amount": 0,
"chargedAmount": 0,
"currency": "NGN",
"transactionFee": 0,
"gatewayResponseCode": "00",
"gatewayResponseMessage": "string",
"domain": "string",
"channel": "string",
"requestIp": "string",
"paymentDescriptor": "NOVAC",
"transactionType": "",
"redirectUrl": "",
"card": {
"first6Digits": "string",
"last4Digits": "string",
"issuer": "",
"country": "string",
"type": "string"
},
"customer": {
"id": 0,
"customerCode": "string",
"email": "string",
"name": "string"
},
"transferDetail": {
"bankCode": "string",
"bankName": "string",
"accountNumber": "string",
"sessionId": "string",
"creditAccountName": "string",
"originatorName": "string",
"originatorAccountNumber": "string"
}
}
}