Wise
Business appsBearer tokencredential probe
Wise Platform payouts: profiles, quotes, recipients, transfers and exchange rates.
OCNORA ships 21 typed Wise operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- EventStart a run when Wise sends a notification (transfer state change, balance update, refund…).trigger.wise_event
Operations 21
- Cancel TransferCancel a transfer Wise has not paid out yet. Wise refuses the call once the money is on its way, so check the returned status.wise.cancel_transfer
- Create QuoteCreate an authenticated quote for a profile, locking a rate and pricing every pay-in and payout option. A transfer is always created from one.wise.create_quote
- Create RecipientAdd a recipient account that transfers can be sent to, with the bank details the currency and route require.wise.create_recipient
- Create Temporary QuoteCreate a price-only quote that is not attached to a profile or a transfer, for showing a customer an indicative rate and fee.wise.create_temporary_quote
- Create TransferCreate a transfer from an existing quote to an existing recipient. The transfer is only an order until it is funded.wise.create_transfer
- Deactivate RecipientDeactivate a recipient account so no further transfer can be sent to it. Wise keeps the record and returns it with active set to false.wise.deactivate_recipient
- Fund TransferPay for a created transfer from a Wise balance or a pre-funded settlement account, which is what actually sets the money moving.wise.fund_transfer
- Get Account RequirementsAsk Wise which recipient fields a quote's route actually needs, so a recipient can be built for that currency and payout method rather than guessed.wise.get_account_requirements
- Get Current UserRetrieve the Wise user the API token belongs to, which is the quickest way to confirm a credential is live and see whose account it reaches.wise.get_current_user
- Get Delivery EstimateRead Wise's current estimate of when a transfer's money will arrive in the recipient's account.wise.get_delivery_estimate
- Get ProfileRetrieve one Wise profile by id, including its type, legal name and current verification state.wise.get_profile
- Get QuoteRe-read a quote by id to check whether its locked rate is still valid and what each payment option now costs.wise.get_quote
- Get Exchange RateRead the current mid-market exchange rate for one currency pair, or the rate at a past moment when a timestamp is given.wise.get_rate
- Get Rate HistoryRead the exchange-rate series for a currency pair over a period, grouped by day, hour or minute, for charting or threshold checks.wise.get_rate_history
- Get RecipientRetrieve one recipient account by id, with the bank details Wise holds for it and whether it is still active.wise.get_recipient
- Get TransferRetrieve one transfer by id to see its current status, its rate and whether anything is blocking it.wise.get_transfer
- List CurrenciesList every currency Wise allows for transfers, with its symbol, display name and whether it supports decimal amounts.wise.list_currencies
- List ProfilesList every personal and business profile on the Wise account the token belongs to, so a workflow can pick the profile id to send from.wise.list_profiles
- List RecipientsList the recipient accounts a profile can pay, filtered by currency, account type or active state, one page at a time.wise.list_recipients
- List TransfersList a profile's transfers, narrowed by status, currency pair or the dates they were created between.wise.list_transfers
- Update QuoteAttach a recipient account or change the payout method on an existing quote, which re-prices it for that route.wise.update_quote
More in Business apps
Run your first Wise workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.