Skip to main content
POST
/
api
/
v1
/
user
/
contact
/
bank
/
validate
Prevalidate bank contact details
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": {}
}

Body

application/json

Request to prevalidate bank details before creating a contact.

bankType
string
required
country
string | null
bankName
string | null
iban
string | null
bic
string | null
routingNumber
string | null

Response

Successful Response

Result of bank detail validation.

ok
boolean
required
errors
string[]
warnings
string[]
lookups
Lookups · object