bridge_create_external_account
Link an external bank account to a customer to enable payouts, with support for US and IBAN accounts and currency selection.
Instructions
Link an external bank account to a customer for payouts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bic | No | BIC/SWIFT code (for IBAN accounts) | |
| iban | No | IBAN (for IBAN accounts) | |
| currency | Yes | Account currency | |
| bank_name | No | Bank name | |
| customer_id | Yes | The customer ID | |
| account_type | Yes | Account type | |
| account_number | No | Account number (for US accounts) | |
| routing_number | No | Routing number (for US accounts) | |
| idempotency_key | No | Optional idempotency key for safe retries. Generated automatically when omitted. | |
| account_owner_name | Yes | Name of account owner |