OCNORA

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

  • Event
    Start a run when Wise sends a notification (transfer state change, balance update, refund…).
    trigger.wise_event

Operations 21

  • Cancel Transfer
    Cancel 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 Quote
    Create 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 Recipient
    Add a recipient account that transfers can be sent to, with the bank details the currency and route require.
    wise.create_recipient
  • Create Temporary Quote
    Create 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 Transfer
    Create a transfer from an existing quote to an existing recipient. The transfer is only an order until it is funded.
    wise.create_transfer
  • Deactivate Recipient
    Deactivate 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 Transfer
    Pay 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 Requirements
    Ask 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 User
    Retrieve 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 Estimate
    Read Wise's current estimate of when a transfer's money will arrive in the recipient's account.
    wise.get_delivery_estimate
  • Get Profile
    Retrieve one Wise profile by id, including its type, legal name and current verification state.
    wise.get_profile
  • Get Quote
    Re-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 Rate
    Read 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 History
    Read 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 Recipient
    Retrieve one recipient account by id, with the bank details Wise holds for it and whether it is still active.
    wise.get_recipient
  • Get Transfer
    Retrieve one transfer by id to see its current status, its rate and whether anything is blocking it.
    wise.get_transfer
  • List Currencies
    List every currency Wise allows for transfers, with its symbol, display name and whether it supports decimal amounts.
    wise.list_currencies
  • List Profiles
    List 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 Recipients
    List the recipient accounts a profile can pay, filtered by currency, account type or active state, one page at a time.
    wise.list_recipients
  • List Transfers
    List a profile's transfers, narrowed by status, currency pair or the dates they were created between.
    wise.list_transfers
  • Update Quote
    Attach a recipient account or change the payout method on an existing quote, which re-prices it for that route.
    wise.update_quote

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.