---
title: "Register financial institution account via Plaid and return address ID"
method: POST
path: "/accounts/{account_id}/plaid/register-account"
tags: ["Financial Institutions"]
---

# Register financial institution account via Plaid and return address ID

`POST /accounts/{account_id}/plaid/register-account`

Registers a financial institution account using Plaid public token and returns the address ID

## Path parameters

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

## Request body

- RegisterAccountWithTransferTypesRequest
  - `customer_webhook_url` string, uri, required — URL where customer will receive webhook notifications when Plaid items need updates (required for account registration)
  - `ownership` 'first_party' | 'third_party' — Ownership type of the financial institution. Defaults to third_party when not provided.
  - `public_token` string, required — The public token returned from Plaid Link
  - `transfer_types` string[], required — Transfer types to support for this financial institution

## Response `201`

Created

- RegisterAccountAddressResponse
  - `address_id` string, required — The ID of the created address

## 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/7446d49997c2/schema)
