curl --request POST \
--url https://api.novacpayment.com/api/v1/encrypt-data \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"number": "<string>",
"expiryMonth": "<string>",
"expiryYear": "<string>",
"cvv": "<string>",
"pin": "<string>"
},
"reference": "<string>"
}
'curl --request POST \
--url https://api.novacpayment.com/api/v1/encrypt-data \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"number": "<string>",
"expiryMonth": "<string>",
"expiryYear": "<string>",
"cvv": "<string>",
"pin": "<string>"
},
"reference": "<string>"
}
'Input your Bearer token in this format - Bearer {your token here} to access this API
OK