Refunds
List refunds
Fetches a list of refunds for a business.
GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
refunds
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch refunds for.
Response
200 - application/json
Unique identifier for the refund.
Unique ID of the refund in your system for linking purposes. Idempotency key.
Amount refunded to the customer in cents.
Status of the refund.
Time when the refund was completed.
Payments associated with this refund.
Allocations associated with this refund.