🎉 Split Payment is now live! Check out changelog for more details.
curl --request POST \
--url https://api.novacpayment.com/api/v1/direct-card-charge-auth \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"otp": "<string>"
}
'curl --request POST \
--url https://api.novacpayment.com/api/v1/direct-card-charge-auth \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"otp": "<string>"
}
'