Wise

Wise, Formerly TransferWise: Transfer money or spend abroad

Go to site

Wise API Integrations

Build and run workflows using the Wise API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Using Wise's API, you can build a variety of applications that leverage the company's international payments infrastructure. The API provides a unified, hardware-agnostic interface to bank networks around the world and allows merchants, marketplaces, and financial services to quickly and easily accept payments with multi-currency support.

Wise also provides powerful tools and features to monitor, analyze, and optimize payments. With the API, developers can easily access currency conversion, health checks, transaction reports, and more. With the help of the API, developers can easily integrate into the platform to create a custom payments experience.

The following are some examples of applications that can be built with Wise's API:

  • Payment platforms
  • E-commerce applications
  • International money transfers
  • Merchant payment processing
  • Currency exchange applications
  • Multi-currency wallets
  • Payment analysis and optimization tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    wise: {
      type: "app",
      app: "wise",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.transferwise.com/v1/profiles`,
      headers: {
        Authorization: `Bearer ${this.wise.$auth.api_token}`,
      },
    })
  },
})
Create Transfer with Wise API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Wise
 
Try it
Send Message (Advanced) with Discord Webhook API on New Transfer Completed (Instant) from Wise API
Wise + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Transfer Completed (Instant) from Wise API
Wise + Google Sheets
 
Try it
Get Exchange Rates with Wise API on New Submission from Typeform API
Typeform + Wise
 
Try it
Create Transfer with Wise API on Custom Events from Zoom API
Zoom + Wise
 
Try it
New Transfer Completed (Instant) from the Wise API

Emit new event for a transfer completed.

 
Try it
New Transfer Created (Instant) from the Wise API

Emit new event for a transfer created.

 
Try it
New Transfer State Changed (Instant) from the Wise API

Emit new event for a transfer created.

 
Try it
Create Quote with the Wise API

Creates a quote. See docs here

 
Try it
Create Transfer with the Wise API

Creates a transfer. See docs here

 
Try it
Fund Transfer with the Wise API

Funds a transfer. See docs here

 
Try it
Get Balance with the Wise API

Get a balance. See docs here

 
Try it
Get Exchange Rates with the Wise API

Get an exchange rates. See docs here

 
Try it

Authentication

Wise uses API keys for authentication. When you connect your Wise account, Pipedream securely stores the keys so you can easily authenticate to Wise APIs in both code and no-code steps.

Your API tokens section can be found at the bottom of the Settings page inside your Wise account. See docs.