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