Logo
Adyen API Documentation

Cancels a POS refund request before it has been completed.

POST {{baseUrl}}/voidPendingRefund

This endpoint allows you to cancel the refund request before it has been completed.

In your call, you can refer to the original refund request either by using the tenderReference, or the pspReference. We recommend implementing based on the tenderReference, as this is generated for both offline and online transactions.

For more information, refer to Cancel a refund.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payment/v51/voidPendingRefund'

ENDPOINTS