Skip to main content
Wise logo

Wise

Manage Wise (TransferWise): profiles, balances, recipients, quotes, transfers. Exposes 30 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
wise_profiles_listList all user/business profiles - GET /v2/profiles.
wise_profile_getGet one profile by ID - GET /v2/profiles/{id}.
wise_profile_updateUpdate profile info - PATCH /v2/profiles/{id}.
wise_accounts_listList accounts (multi-currency wallets) - GET /v2/accounts.
wise_account_getGet one account by ID - GET /v2/accounts/{id}.
wise_account_createCreate a new multi-currency account - POST /v2/accounts.
wise_account_updateUpdate an account - PATCH /v2/accounts/{id}.
wise_balances_listList all account balances - GET /v1/borderless-accounts.
wise_balance_getGet one balance/account by ID - GET /v1/borderless-accounts/{id}.
wise_quote_createCreate a quote for a currency pair - POST /v2/quotes.
wise_quote_getGet details of a quote - GET /v2/quotes/{id}.
wise_quotes_listList recent quotes for a profile - GET /v2/quotes.
wise_transfer_createCreate a transfer - POST /v2/transfers.
wise_transfer_getGet transfer details - GET /v2/transfers/{id}.
wise_transfers_listList transfers for a profile - GET /v2/transfers.
wise_transfer_cancelCancel a transfer - DELETE /v2/transfers/{id}.
wise_transfer_fundFund a transfer (initiate payment) - POST /v2/transfers/{id}/fund.
wise_recipient_createCreate a recipient account (payee) - POST /v2/recipient-accounts.
wise_recipient_getGet recipient account details - GET /v2/recipient-accounts/{id}.
wise_recipients_listList recipient accounts - GET /v2/recipient-accounts.
wise_recipient_updateUpdate a recipient account - PATCH /v2/recipient-accounts/{id}.
wise_recipient_deleteDelete a recipient account - DELETE /v2/recipient-accounts/{id}.
wise_rate_getGet real-time exchange rate - GET /v2/rates?source={source}&target={target}.
wise_rates_listList all available exchange rates - GET /v1/rates.
wise_activities_listList account activities (transaction history) - GET /v1/profiles/{profile_id}/activities.
wise_activity_getGet one activity detail - GET /v1/profiles/{profile_id}/activities/{id}.
wise_fund_transfers_listList fund transfers (available deposit/withdrawal methods) - GET /v2/fund-transfers.
wise_fund_transfer_getGet fund transfer details - GET /v2/fund-transfers/{id}.
wise_statements_listList statements/reports - GET /v1/profiles/{profile_id}/statements.
wise_statement_getGet statement details - GET /v1/profiles/{profile_id}/statements/{id}.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
WISE_API_TOKENWise - Settings - API tokens - Create token (read or full access).

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Wise!