---
title: "Webhook event: linked_bank_account.created.v1"
method: POST
path: "linked_bank_account.created.v1"
---

# Webhook event: linked_bank_account.created.v1

`POST linked_bank_account.created.v1` (webhook)

Fired when a platform creates a new embedded merchant account's LinkedBankAccount. This event contains the LinkedBankAccount details.

## Payload

- object
  - `event_type` string, required — Type of the event
  - `event_id` string, uuid, required — UUID of the event
  - `account_id` string, uuid, required — UUID of the account associated with this event
  - `data` LinkedBankAccountV1, required
    - `id` string, uuid, required — Unique identifier for the linked bank account.
    - `account_id` string, uuid, nullable, required — The unique identifier of the Straddle account related to this bank account.
    - `status` 'created' | 'onboarding' | 'active' | 'rejected' | 'inactive' | 'canceled', required — The current status of the linked bank account.
    - `status_detail` StatusDetailOfLinkedBankAccountStatusDetailEnum, required
      - `reason` 'unverified' | 'in_review' | 'pending' | 'stuck' | 'verified' | 'failed_verification' | 'disabled' | 'new', required — A machine-readable identifier for the specific status, useful for programmatic handling.
      - `source` 'watchtower', required — Identifies the origin of the status change (e.g., `watchtower`). This helps in tracking the cause of status updates.
      - `code` string, required — A machine-readable code for the specific status, useful for programmatic handling.
      - `message` string, required — A human-readable message describing the current status.
    - `bank_account` BankAccountV1, required
      - `institution_name` string, required
      - `account_holder` string, required
      - `routing_number` string, required
      - `account_mask` string, required
    - `metadata` object, nullable — Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the linked bank account in a structured format.
    - `created_at` string, date-time, required — Timestamp of when the bank account object was created.
    - `updated_at` string, date-time, required — Timestamp of the most recent update to the linked bank account.
    - `platform_id` string, uuid, nullable — The unique identifier of the Straddle Platform relatd to this bank account.
    - `purposes` string[], required — The purposes for the linked bank account.
    - `description` string, nullable — Optional description for the bank account.

## Acknowledgement `200`

Webhook processed successfully

---

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