Skip to main content
POST
/
api
/
v1
/
transaction
/
verify
cURL
curl --request POST \
  --url https://api.novacpayment.com/api/v1/transaction/verify \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transactionReference": "<string>",
  "amount": 123,
  "transactionType": "<string>"
}
'

Authorizations

Authorization
string
header
required

Input your Bearer token in this format - Bearer {your token here} to access this API

Body

transactionReference
string | null
amount
number<double>
transactionType
string | null

Response

200

OK