Cancel Pending Refund

To use the Cancel Pending Refund request, include the transactionId associated with the pending refund you want to delete.


📘

Tip

You can test out a request that hits our sandbox in real-time. Follow the instructions here to use the "Try It!" feature on the right side.

Request Content

No content is required in the request body. Enter the relevant IDs in the request URL, as follows:

Delete based on Transaction ID
Add the transactionId to the web service URL in the format:
services/2/transactions/pending-refund/{transactionId}

For example:
services/2/transactions/pending-refund/1109144995

Response Details

If successful, the response HTTP status code is 200 OK.

Examples

Request Examples

curl -v -X DELETE https://sandbox.bluesnap.com/services/2/transactions/pending-refund/1109144995 \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ='

Response Examples

HTTP 200

Back to Top


API Explorer

To test out a call, enter an existing transaction ID (e.g 1109144995) in the transactionId field. This will automatically insert the ID into the request URL.

Language
Authorization
Header
Click Try It! to start a request and see the response here!