---
title: "Request bank account information from a customer."
method: GET
path: "/customers/{customerId}/bank-accounts/request-new"
tags: ["Customer"]
---

# Request bank account information from a customer.

`GET /customers/{customerId}/bank-accounts/request-new`

## Path parameters

- `customerId` number, required

## Response `200`

Successfully sent bank account request email to customer.

## Other responses

- `400` — Invalid request.
- `403` — User does not have valid permissions.
- `500` — Unexpected internal error.

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/revisions/345052ca6578/schema)
