Wise entegrasyonu | Zervanor
← Tüm konnektörler

Wise

Aynı zamanda bir ajan aracı
finance-billing

Wise (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 eylemler · 2 tetikleyiciler

Wise entegrasyonu — 33 aksiyon ve 2 tetikleyici ile Wise'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Profiles, Get Profile, List Recipient Accounts, Create Recipient Account, Get Recipient Account. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 2

Wise üzerinde bir iş akışını başlatabilen olaylar.

polling

New or updated Wise transfers (polled)

Polls GET /v1/transfers on a schedule using a createdDateStart watermark.

polling

List Activities

List a profile's account activities (GET /v1/profiles/{profileId}/activities). A human-readable feed of transfers, card and balance events.

Eylemler 33

Zervanor'un Wise üzerinde yapabilecekleri.

V113

POST

Create Recipient Account

Create a recipient (transfer destination) account (POST /v1/accounts). Body shape depends on currency/type from the account requirements.

GET

Get Recipient Requirements

Get the dynamic field requirements to create a recipient for a quote (GET /v1/quotes/{quoteId}/account-requirements).

GET

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.

POST

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

Get Transfer

Get a transfer by id (GET /v1/transfers/{transferId}). Includes current status.

GET

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.

POST

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).

PUT

Cancel Transfer

Cancel a transfer that has not yet been funded/processed (PUT /v1/transfers/{transferId}/cancel).

GET

Get Balance Statement

Get a balance account statement for a date range (GET /v1/profiles/{profileId}/balance-statements/{balanceId}/statement.json).

GET

List Currencies

List the currencies Wise supports (GET /v1/currencies).

GET

Get Exchange Rates

Get exchange rates for a currency pair, optionally over a time range (GET /v1/rates).

GET

List Activities

List a profile's account activities (GET /v1/profiles/{profileId}/activities). A human-readable feed of transfers, card and balance events.

GET

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

POST

Create Quote

Create a quote for a transfer (POST /v3/profiles/{profileId}/quotes). Returns pricing, fees, rate and available payment options.

GET

Get Quote

Get a quote by id (GET /v3/profiles/{profileId}/quotes/{quoteId}).

PATCH

Update Quote

Update a quote to attach a recipient account and/or payment options (PATCH /v3/profiles/{profileId}/quotes/{quoteId}).

GET

List Cards

List the debit cards issued on a profile (GET /v3/spend/profiles/{profileId}/cards).

GET

List Batch Groups

List batch transfer groups for a profile (GET /v3/profiles/{profileId}/batch-groups).

POST

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

Get Batch Group

Get a batch transfer group by id (GET /v3/profiles/{profileId}/batch-groups/{batchGroupId}).

GET

List Profile Webhook Subscriptions

List webhook subscriptions registered on a profile (GET /v3/profiles/{profileId}/subscriptions).

POST

Create Profile Webhook Subscription

Create a webhook subscription on a profile (POST /v3/profiles/{profileId}/subscriptions).

DELETE

Delete Profile Webhook Subscription

Delete a profile webhook subscription (DELETE /v3/profiles/{profileId}/subscriptions/{subscriptionId}).

GET

List Application Webhook Subscriptions

List application-level webhook subscriptions for the API client (GET /v3/applications/{clientId}/subscriptions).

POST

Create Application Webhook Subscription

Create an application-level webhook subscription (POST /v3/applications/{clientId}/subscriptions).

DELETE

Delete Application Webhook Subscription

Delete an application-level webhook subscription (DELETE /v3/applications/{clientId}/subscriptions/{subscriptionId}).

V25

GET

List Profiles

List the profiles (personal and business) linked to the authenticated token (GET /v2/profiles). Identity + connectivity probe.

GET

Get Profile

Get a single profile by id (GET /v2/profiles/{profileId}). Returns personal or business profile details.

GET

List Recipient Accounts

List recipient (transfer destination) accounts for a profile (GET /v2/accounts). Filter by profile and currency.

GET

Get Recipient Account

Get a recipient account by id (GET /v2/accounts/{accountId}).

DELETE

Delete Recipient Account

Delete (deactivate) a recipient account (DELETE /v2/accounts/{accountId}).

V42

GET

List Balances

List a profile's balance accounts (GET /v4/profiles/{profileId}/balances). Filter by types (STANDARD, SAVINGS).

GET

Get Balance

Get a single balance account by id for a profile (GET /v4/profiles/{profileId}/balances/{balanceId}).

Wise kullanan Çözüm Şablonları

Wise ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Wise ile neler otomatikleştirebilirim?

33 aksiyon var — örneğin: List Profiles, Get Profile, List Recipient Accounts, Create Recipient Account, Get Recipient Account ve daha fazlası.

Hangi Wise olayları bir workflow başlatabilir?

2 tetikleyici — örneğin: New or updated Wise transfers (polled), List Activities.

Wise bir AI agent aracı olarak kullanılabilir mi?

Evet. Wise'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Wise entegrasyonu nasıl modellenir?

Wise sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.