Check refund eligibility

GET
/payments/{id}/refund-details

Refunds are only available when using Volt Connect

Usage

Pass the id of the existing payment in the URL to check whether this payment is eligible for a refund.

More information

Full details on how to request refunds, with full details of notifications you can expect, can be found in our comprehensive integration guides.

Path Parameters

id*string

ID of the refund

Formatuuid

Response Body

application/json

curl -X GET "https://connect-api-sandbox.volt.io/payments/93b85f3c-76eb-4316-b1ae-f3370ddc59bc/refund-details"
{
  "refundAvailable": true,
  "remainingDays": 365,
  "availableAmount": 12345,
  "refundedAmount": 0,
  "numberOfRefunds": 0,
  "message": null,
  "code": null
}