---
title: "Register financial institution account"
method: POST
path: "/accounts/{account_id}/financial-institutions/register-account"
tags: ["Financial Institutions"]
---

# Register financial institution account

`POST /accounts/{account_id}/financial-institutions/register-account`

Registers a financial institution account using Plaid public token

## Path parameters

- `account_id` string, required — ID of the resource

## Request body

- RegisterAccountRequest
  - `customer_webhook_url` string, uri, required — URL where customer will receive webhook notifications when Plaid items need updates (required for account registration)
  - `public_token` string, required — The public token returned from Plaid Link

## Response `200`

OK

- RegisterAccountResponse
  - `financial_institution_id` string, required — The ID of the created financial institution

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Unknown

---

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