Returns a list of all recipients from your Wise account. Parameters: profile_type (personal/business, default personal), currency (optional filter by currency code)
get_recipient_requirements
Fetches recipient requirements for creating a new recipient. If account details are provided, validates the account details against the requirements. Parameters: source_currency, target_currency, source_amount, profile_type (personal/business, default personal), account (optional)
create_recipient
Creates a new recipient with the provided account details. Parameters: profile_type (personal/business, default personal), account (includes accountHolderName, currency, type, details)
send_money
Sends money to a recipient using the Wise API. Parameters: profile_type (personal/business), source_currency, source_amount, recipient_id, payment_reference (optional, defaults to 'money'), source_of_funds (optional)