To use the Cancel Pending Refund request, include the transactionId
associated with the pending refund you want to delete.
Send a test request
Go to API Explorer to send a test request to our sandbox environment and receive a response in real time.
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
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.