Wise

Wise integration on indie.money — move money, manage balances, and react to transfer events

Written By pvdyck

Last updated About 1 hour ago

Wise

Supported — consume the Wise API for balances, exchange rates, profiles, quotes, recipients, and transfers, plus webhook triggers for balance and transfer events.

NodesWise, Wise Trigger
AuthAPI Token via Secure Vault

Credential Setup

When configuring the Wise credential in Secure Vault, provide:

  • API Token — your Wise personal or business API token.
  • Environment — choose Live or Test (sandbox).
  • Private Key (Optional) — private key used for Strong Customer Authentication (SCA). Only needed to retrieve statements and execute transfers.

Operations

Account

  • Get balances for a profile
  • Get available currencies
  • Get an account statement (JSON, CSV, PDF, or XML)

Exchange Rate

  • Get exchange rates (optionally over an interval or time range)

Profile

  • Get a profile by ID
  • Get all profiles

Quote

  • Create a quote (by source or target amount)
  • Get a quote by ID

Recipient

  • Get all recipient accounts

Transfer

  • Create a transfer
  • Execute (fund) a transfer from balance
  • Get a transfer (optionally download the PDF receipt)
  • Get all transfers (with filters and date range)
  • Delete (cancel) a transfer

Wise Trigger fires on these events for a selected profile:

  • Balance Credit — when a balance account is credited
  • Balance Update — when a balance account is credited or debited
  • Transfer Active Case — when a transfer's list of active cases is updated
  • Transfer State Changed — when a transfer's status is updated

Compatibility

All operations supported.