Blocks

Wise

International money transfers and multi-currency accounts.

Integrate with Wise (formerly TransferWise) to send money internationally, manage multi-currency accounts, and get real-time exchange rates. Wise is a global technology company that makes international money transfers fast, cheap, and transparent. Perfect for businesses and individuals who need to send money across borders with low fees and real exchange rates.

Back to Catalog
Toolswise

Block Preview

Wise

International money transfers and multi-currency accounts.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the wise block with monitoring enabled in production.

Inputs (UI)

Wise Account

oauth-input

Placeholder: Select Wise account

Layout: full

Provider: wise

Operation

dropdown

Layout: full

Options: List Profiles, Get Profile, List Balances, Get Balance

Profile ID

short-input

Placeholder: Enter profile ID

Layout: full

Condition: operation = ["get_profile","list_balances","create_quote","create_transfer","list_transfers","list_recipients","create_recipient"]

Balance ID

short-input

Placeholder: Enter balance ID

Layout: full

Condition: operation = "get_balance"

Quote ID

short-input

Placeholder: Enter quote ID

Layout: full

Condition: operation = ["get_quote","create_transfer"]

Transfer ID

short-input

Placeholder: Enter transfer ID

Layout: full

Condition: operation = ["get_transfer","fund_transfer"]

Source Currency

short-input

Placeholder: USD, EUR, GBP, etc.

Layout: half

Condition: operation = ["create_quote","get_exchange_rates"]

Target Currency

short-input

Placeholder: USD, EUR, GBP, etc.

Layout: half

Condition: operation = ["create_quote","get_exchange_rates"]

Source Amount

short-input

Placeholder: 1000.00

Layout: half

Condition: operation = "create_quote"

Target Amount (Optional)

short-input

Placeholder: 1000.00

Layout: half

Condition: operation = "create_quote"

Recipient ID

short-input

Placeholder: Enter recipient account ID

Layout: full

Condition: operation = "create_transfer"

Recipient Name

short-input

Placeholder: John Doe

Layout: full

Condition: operation = "create_recipient"

Recipient Email

short-input

Placeholder: john@example.com

Layout: half

Condition: operation = "create_recipient"

Recipient Currency

short-input

Placeholder: USD, EUR, GBP

Layout: half

Condition: operation = "create_recipient"

Account Details (JSON)

code

Placeholder: {"legalType": "PRIVATE", "accountHolderName": "John Doe", "iban": "GB33BUKB20201555555555"}

Layout: full

Condition: operation = "create_recipient"

Transfer Reference

short-input

Placeholder: Payment for invoice #123

Layout: full

Condition: operation = "create_transfer"

Transfer Purpose

short-input

Placeholder: verification.transfers.purpose.pay.bills

Layout: full

Condition: operation = "create_transfer"

Inputs (API)

credential

string

Required

operation

string

Required

profileId

string

Optional

balanceId

string

Optional

quoteId

string

Optional

transferId

string

Optional

sourceCurrency

string

Optional

targetCurrency

string

Optional

sourceAmount

number

Optional

targetAmount

number

Optional

recipientId

string

Optional

recipientName

string

Optional

recipientEmail

string

Optional

recipientCurrency

string

Optional

accountDetails

json

Optional

reference

string

Optional

transferPurpose

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

wise_api
Wise | NowFlow Blocks