🎉 Split Payment is now live! Check out changelog for more details.
curl --request POST \
--url https://api.novacpayment.com/api/v1/virtual-account \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"amount": 123,
"accountType": "<string>",
"accountName": "<string>",
"bankCode": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"customerEmail": "<string>",
"expiryInMinutes": 123
}
'curl --request POST \
--url https://api.novacpayment.com/api/v1/virtual-account \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"amount": 123,
"accountType": "<string>",
"accountName": "<string>",
"bankCode": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"customerEmail": "<string>",
"expiryInMinutes": 123
}
'Input your Bearer token in this format - Bearer {your token here} to access this API
OK