Cancel a payout
This endpoint is deprecated and no longer supports new integrations. Do one of the following:
- If you are building a new integration, use the Transfers API instead.
- If you are already using the Payout API, reach out to your Adyen contact to learn how to migrate to the Transfers API.
With the Transfers API, you can:
- Handle multiple payout use cases with a single API.
- Use new payout functionalities, such as instant payouts to bank accounts.
- Receive webhooks with more details and defined transfer states.
For more information about the payout features of the Transfers API, see our Payouts documentation.
Cancels a previously submitted payout.
To confirm and send a payout, use the /confirmThirdParty
endpoint.
Request Parameters
This field contains additional data, which may be required for a particular payout request.
The merchant account identifier, with which you want to process the transaction.
The PSP reference received in the /submitThirdParty
response.
Response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.