Step 5: Fund the Transfer
Explore how to fund a money transfer using the Wise Payouts API. Understand critical steps such as initiating a fund transfer, handling account balances, observing transaction statuses, and using sandbox simulation endpoints. This lesson guides you through managing fund transfers and testing payment states effectively in a developer environment.
In this lesson, we’ll learn how to transfer funds and use simulation endpoints.
Transfer funds
This is the final step of the payouts process. After executing this call, our account will be debited with the amount we transferred, and the status of the receiver’s account will also change. The following endpoint is used to make this happen:
{baseURL}/v3/profiles/{profileID}/transfers/{transferID}/payments
Request parameters
The code below takes only one parameter:
Parameter Name | Format | Category | Description |
| String | Required | Shows that multicurrency account will be debited by this transfer. Its value is |
Let’s have a look at the highlighted lines in the code shown above:
- Line 8: