Skip to main content
GET
/
businesses
/
{id}
/
preferences
/
refunds
Read a business's refund policy
curl --request GET \
  --url https://api.guile.app/businesses/{id}/preferences/refunds \
  --header 'Authorization: Bearer <token>'
{
  "appointmentRefundWindow": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.guile.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Response

Ok. The operation succeeded.

Business-level refund policy configuration. Product costs incurred during an appointment, such as materials for coloring services, are non-refundable and are subtracted from the refundable amount before this window is applied.

appointmentRefundWindow
string<duration>
required

The time duration after an appointment in which a payment can be refunded. The duration is added to the estimated appointment completion time, calculated by adding the appointment duration to the appointment start time.