Getting the available refunds for a specific order

Learn how to get the available refunds for a specific order.

Use the GET /orders/{orderId}/refunds-available request to get the amount available for a refund (amountAvailableForRefund) for the specified order identifier (orderId).

curl --location --request GET 'https://api.digitalriver.com/orders/{orderid}/refunds-available' \
--header 'authorization: bearer {auth_token}' \
...

Last updated

Was this helpful?

#1249: DOC-395 CCAvenue

Change request updated