Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.hevn.finance/api/v1/user/contact/bank/validate \ --header 'Content-Type: application/json' \ --data ' { "bankType": "<string>" } '
{ "ok": true, "errors": [ "<string>" ], "warnings": [ "<string>" ], "lookups": {} }
Validate bank identifiers before creating a contact.
Request to prevalidate bank details before creating a contact.
Successful Response
Result of bank detail validation.
Was this page helpful?