Verify a bank account
POST
cURL
Authorizations
Input your Bearer token in this format - Bearer {your token here} to access this API
Body
cURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 You can now retrieve balance report for your Novac Account via API! Check out changelog for more details.
curl --request POST \
--url https://api.novacpayment.com/api/v1/banks/account/verify \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bank_code": "<string>",
"account_number": "<string>",
"currency": "<string>"
}
'{
"success": true,
"message": "Account name retrieved",
"data": "John"
}Input your Bearer token in this format - Bearer {your token here} to access this API
Was this page helpful?
curl --request POST \
--url https://api.novacpayment.com/api/v1/banks/account/verify \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bank_code": "<string>",
"account_number": "<string>",
"currency": "<string>"
}
'{
"success": true,
"message": "Account name retrieved",
"data": "John"
}