Skip to main content

Cancel a payout

post/declineThirdParty

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.

Endpoint destination URL
https://pal-test.adyen.com/pal/servlet/Payout/v68/declineThirdParty
Click to copy
additionalDataobject

This field contains additional data, which may be required for a particular payout request.

merchantAccountstringRequired

The merchant account identifier, with which you want to process the transaction.

originalReferencestringRequired

The PSP reference received in the /submitThirdParty response.

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.

HTTP Responses

  • 200 - OK

    The request has succeeded.

  • 400 - Bad Request

    A problem reading or understanding the request.

  • 401 - Unauthorized

    Authentication required.

  • 403 - Forbidden

    Insufficient permissions to process the request.

  • 422 - Unprocessable Entity

    A request validation error.

  • 500 - Internal Server Error

    The server could not process the request.