Confirm a Transfer
This endpoint confirms a money transfer. Once you've created the transfer and receive a 200 response, you will have 5 minutes to confirm the transfer. Note the transferId
after you create the transfer. If you want to automatically confirm the transfer without making an additional API call, set parameter autoConfirm
to "true" in your Create Transfer request.
Confirm Transfer
POST
https://api.sendwyre.com/v2/transfer/transferId:/confirm
Path Parameters
Name
Type
Description
transferId
string
the ID of the transfer to confirm
Example
Last updated
Was this helpful?