add_banking_destination
Attach bank details to a recipient
Attaches a bank account or crypto address to a recipient and returns the destination_id that /send-bank-payment pays out to.
Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nickname | No | An optional label. The only field editable later, via `updateBankingDestination`. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. | |
| destination | Yes | The destination. For a US bank account: `destination_type: "fiat_us"` plus `aba_routing_number`, `account_number`, `account_type`, `account_holder_name`, and `bank_name`. Also supports `fiat_iban` and `crypto`. | |
| recipientId | Yes | The recipient from `createBankingRecipient`. | |
| recipientAddress | No | Sets the recipient's postal address before attaching the destination. Needed when the recipient was created name-only: bank destinations are rejected without one, so supplying it here avoids a dead end. |