AI Features

Demo Application

Let's learn how to integrate Wise Payouts APIs in a simple React application coupled with the Express backend.

We'll cover the following...

This lesson walks us through a simple web application that shows the functionality of Wise Payouts APIs. We used the React library for the client-side implementation and Express.js to make API calls to the Wise server. We'll use the endpoints related to the following operations in the application:

  1. Getting the balance of our account

  2. Listing all recipients

  3. Adding a new recipient

  4. Sending money

  5. Listing current exchange rates for the GBP

Tip: Since it's a demo application, some values and fields may be hardcoded.

Application workflow

Click the “Run” button in the widget below to run the ...