cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/beneficiary-payout/create \ --header 'X-Ivy-Api-Key: <api-key>'
[ { "id": "<string>", "type": "merchant", "referenceId": "<string>", "merchant": "<string>", "amount": 123, "description": "<string>", "statementDescriptor": "<string>", "status": "paid", "currency": "EUR", "createdAt": "<any>" } ]
Perform a payout. This endpoint will be deprecated in favor of the new payout endpoint that will support more payout types.
API key for authentication
Returns Payouts
Array of payout objects