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:
Getting the balance of our account
Listing all recipients
Adding a new recipient
Sending money
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 ...