Step 5: Funds Transfer
Understand the final step in sending money with the Wise Payouts API by learning how to transfer funds using a POST request. This lesson covers managing profile IDs, transfer IDs, balance verification, and interpreting transaction statuses and fees through the Wise dashboard.
We'll cover the following...
We'll cover the following...
In this lesson, we’ll learn how to transfer funds. This is the final step of payouts. 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.
Sending a POST request
The below code takes only one parameter.
Request's Parameters
Field | Description | Format | Test Value |
| Shows that your multi-currency account will debit for this transfer | String |
|
In the above code, line 4 ...