---
title: "Prevalidate bank contact details"
method: POST
path: "/api/v1/user/contact/bank/validate"
tags: ["User"]
---

# Prevalidate bank contact details

`POST /api/v1/user/contact/bank/validate`

Validate bank identifiers before creating a contact.

## Request body

- BankValidationRequest — Request to prevalidate bank details before creating a contact.
  - `bankType` string, required
  - `country` string, nullable
  - `bankName` string, nullable
  - `iban` string, nullable
  - `bic` string, nullable
  - `routingNumber` string, nullable

## Response `200`

Successful Response

- BankValidationResponse — Result of bank detail validation.
  - `ok` boolean, required
  - `errors` string[]
  - `warnings` string[]
  - `lookups` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hevn-inc/apis/hevn-api.md) · [All operations](https://skmtc.net/hevn-inc/apis/hevn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hevn-inc/hevn-api/versions/e6301d6796bf/schema)
