# REFERENCE_ACCOUNT_CREATED

A customer has registered a new reference account for payouts used with restricted accounts.

Endpoint: POST reference_account_created
Version: 1.0

## Request fields (application/json):

  - `id` (string)
    ID of the customer's restricted account to which the reference account is linked.
    Example: "9876827fc63a639ee829racc"

  - `status` (string)
    Status of the reference account.
    Example: "ACTIVE"

  - `iban` (string)
    The IBAN of the reference account.
    Example: "DE12345678900122"

  - `account_id` (string)
    ID of the DiBa account connected.
    Example: "4ee59da2-83a4-4910-b771-4de07d41c2e9"


## Response 200 fields
