---
title: "Verificar BankAccount Bulk"
method: POST
path: "/bank-account-verification/public-bulk"
---

# Verificar BankAccount Bulk

`POST /bank-account-verification/public-bulk`

## Request body

- object
  - `batch_reference` string — Reference to identify the verifications of the verified batch. It will be default to public-bulk-{uuid}.
  - `verifications` object[], required — The maximum amount of verifications are 1000 per request.
    - `account_number` string
    - `customer_identifier` string
    - `customer_name` string

## Response `201`

201

- object
  - `ids_bank_account_verification_request` string[]
  - `message` string
  - `batch_reference` string

## Other responses

- `400` — 400

---

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