Refunds
Fetch refund
Fetches a refund for a business.
GET
/
v1
/
businesses
/
{businessId}
/
invoices
/
refunds
/
{refundId}
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.
The UUID of the refund to fetch.
Response
200 - application/json
A refund represents a transaction that returns value to from a business to a customer. A specific payment can be refunded or a general refund can be applied to an invoice.
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.