Skip to main content
GET
/
barbers
/
{id}
/
preferences
/
payouts
Read a barber's payout preferences
curl --request GET \
  --url https://api.guile.app/barbers/{id}/preferences/payouts \
  --header 'Authorization: Bearer <token>'
{
  "settings": {
    "frequency": "weekly",
    "dayOfWeek": "monday"
  }
}

Path Parameters

id
string<uuid>
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.

Properties for the configuration of payouts from the payment processor. Payouts scheduled on weekends or holidays are processed on the next available business day.

settings
object
required

The settings for payout preferences by frequency.

  • Option 1
  • Option 2
  • Option 3
  • Option 4