Create a new payout and return a location header with a link to get the payout.Basic validation of the payout is performed before returning but more comprehensive validation is done asynchronously.The results can be obtained by issuing a HTTP GET to the URL returned in the location header.NOTE: amount values in payments must be in 'minor units' format. E.g. cents for USD, pence for GBP etc. with no decimal places.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.sandbox.velopayments.com//v3/payouts'
Response Response Example
202 - Example 1
{}
Request
Body Params multipart/form-data
Responses
🟢202Detailed response of payout instructions
application/json
Body
🟠400Invalid request. See Error message payload for details of failure
🟠401Invalid access token. May be expired or invalid
🟠403The authentication does not have permissions to access the resource
This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions