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:
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}`,
},
})
},
})
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.