create_recipient
Create a new recipient account for Wise transfers. Specify profile, currency, type, and account holder name, then provide currency-specific details as required by get_account_requirements.
Instructions
Create a new recipient account. The 'details' object varies by currency/type. Use get_account_requirements first to know which fields are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Recipient type, e.g. iban, sort_code, aba, email, hungarian | |
| details | Yes | Currency-specific bank details object (use get_account_requirements to know the fields) | |
| currency | Yes | Currency code, e.g. HUF | |
| profileId | Yes | Profile ID | |
| ownedByCustomer | No | Whether this account belongs to you | |
| accountHolderName | Yes | Full name of the recipient |