Wise
Also an agent toolWise (formerly TransferWise) API: read profiles, manage recipients and recipient requirements, create and get quotes, create/get/list/cancel transfers, read balances and statements, look up currencies and exchange rates, list account requirements and activities, run sandbox simulations, and manage webhook subscriptions. Bearer API-token auth; production and sandbox hosts are both modelled. Funding a transfer and balance moves require Strong Customer Authentication (RSA-signed X-Signature) which the platform does not support and are therefore out of scope (see compatibility.md). Change notifications use polling over the transfer list (updated cursor); native webhooks are public-key signed and documented for reference.
33 actions · 2 triggers
The Wise integration lets you connect Wise to your automations with 33 actions and 2 triggers — and every action is also a tool an AI agent can call. Examples: List Profiles, Get Profile, List Recipient Accounts, Create Recipient Account, Get Recipient Account. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 2
Events in Wise that can start a workflow.
New or updated Wise transfers (polled)
Polls GET /v1/transfers on a schedule using a createdDateStart watermark.
List Activities
List a profile's account activities (GET /v1/profiles/{profileId}/activities). A human-readable feed of transfers, card and balance events.
Actions 33
What Zervanor can do in Wise.
V113
Create Recipient Account
Create a recipient (transfer destination) account (POST /v1/accounts). Body shape depends on currency/type from the account requirements.
Get Recipient Requirements
Get the dynamic field requirements to create a recipient for a quote (GET /v1/quotes/{quoteId}/account-requirements).
Get Account Requirements
Get recipient account requirements for a source/target currency + amount without a quote (GET /v1/account-requirements). Requires the Accept-Minor-Version header.
Create Transfer
Create a transfer from a quote to a recipient (POST /v1/transfers). This creates the transfer only; funding it (paying) requires Strong Customer Authentication and is out of scope — see compatibility.md (wise-01).
Get Transfer
Get a transfer by id (GET /v1/transfers/{transferId}). Includes current status.
List Transfers
List transfers for a profile (GET /v1/transfers). Filter by profile, status and created date; used as the polling source for new/updated transfers.
Get Transfer Requirements
Get the required transfer detail fields for a quote before creating a transfer (POST /v1/transfer-requirements). Returns dynamic fields (e.g. reference, purpose).
Cancel Transfer
Cancel a transfer that has not yet been funded/processed (PUT /v1/transfers/{transferId}/cancel).
Get Balance Statement
Get a balance account statement for a date range (GET /v1/profiles/{profileId}/balance-statements/{balanceId}/statement.json).
List Currencies
List the currencies Wise supports (GET /v1/currencies).
Get Exchange Rates
Get exchange rates for a currency pair, optionally over a time range (GET /v1/rates).
List Activities
List a profile's account activities (GET /v1/profiles/{profileId}/activities). A human-readable feed of transfers, card and balance events.
Simulate Transfer Status (Sandbox)
Sandbox-only: advance a transfer to a given processing state (GET /v1/simulation/transfers/{transferId}/{status}). Only works against the sandbox host.
V313
Create Quote
Create a quote for a transfer (POST /v3/profiles/{profileId}/quotes). Returns pricing, fees, rate and available payment options.
Get Quote
Get a quote by id (GET /v3/profiles/{profileId}/quotes/{quoteId}).
Update Quote
Update a quote to attach a recipient account and/or payment options (PATCH /v3/profiles/{profileId}/quotes/{quoteId}).
List Cards
List the debit cards issued on a profile (GET /v3/spend/profiles/{profileId}/cards).
List Batch Groups
List batch transfer groups for a profile (GET /v3/profiles/{profileId}/batch-groups).
Create Batch Group
Create a batch transfer group for a profile (POST /v3/profiles/{profileId}/batch-groups). Individual funding still requires SCA and is out of scope.
Get Batch Group
Get a batch transfer group by id (GET /v3/profiles/{profileId}/batch-groups/{batchGroupId}).
List Profile Webhook Subscriptions
List webhook subscriptions registered on a profile (GET /v3/profiles/{profileId}/subscriptions).
Create Profile Webhook Subscription
Create a webhook subscription on a profile (POST /v3/profiles/{profileId}/subscriptions).
Delete Profile Webhook Subscription
Delete a profile webhook subscription (DELETE /v3/profiles/{profileId}/subscriptions/{subscriptionId}).
List Application Webhook Subscriptions
List application-level webhook subscriptions for the API client (GET /v3/applications/{clientId}/subscriptions).
Create Application Webhook Subscription
Create an application-level webhook subscription (POST /v3/applications/{clientId}/subscriptions).
Delete Application Webhook Subscription
Delete an application-level webhook subscription (DELETE /v3/applications/{clientId}/subscriptions/{subscriptionId}).
V25
List Profiles
List the profiles (personal and business) linked to the authenticated token (GET /v2/profiles). Identity + connectivity probe.
Get Profile
Get a single profile by id (GET /v2/profiles/{profileId}). Returns personal or business profile details.
List Recipient Accounts
List recipient (transfer destination) accounts for a profile (GET /v2/accounts). Filter by profile and currency.
Get Recipient Account
Get a recipient account by id (GET /v2/accounts/{accountId}).
Delete Recipient Account
Delete (deactivate) a recipient account (DELETE /v2/accounts/{accountId}).
V42
List Balances
List a profile's balance accounts (GET /v4/profiles/{profileId}/balances). Filter by types (STANDARD, SAVINGS).
Get Balance
Get a single balance account by id for a profile (GET /v4/profiles/{profileId}/balances/{balanceId}).
Nothing matches your search.
Automations using Wise
Build your own automation with Wise in the visual builder.
Frequently asked questions
What can I automate with Wise?
33 actions are available — for example: List Profiles, Get Profile, List Recipient Accounts, Create Recipient Account, Get Recipient Account, and more.
Which Wise events can start a workflow?
2 triggers — for example: New or updated Wise transfers (polled), List Activities.
Can Wise be used as an AI agent tool?
Yes. Every Wise action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Wise integration modelled?
Wise is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.