<- Object

Object

BusinessBookingProfile

A seller's business booking profile, including booking policy, appointment settings, etc.

Link to section

Properties

Link to section

seller_id

string

The ID of the seller, obtainable using the Merchants API.

Link to section

created_at

string

Read only The RFC 3339 timestamp specifying the booking's creation time.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

booking_enabled

boolean

Indicates whether the seller is open for booking.

Link to section

customer_timezone_choice

string

The choice of customer's time zone information of a booking. The Square online booking site and all notifications to customers uses either the seller location’s time zone or the time zone the customer chooses at booking.

Link to section

booking_policy

string

The policy for the seller to automatically accept booking requests (ACCEPT_ALL) or not (REQUIRES_ACCEPTANCE).

Link to section

allow_user_cancel

boolean

Indicates whether customers can cancel or reschedule their own bookings (true) or not (false).

Link to section

business_appointment_settings

Settings for appointment-type bookings.

Link to section

support_seller_level_writes

boolean

Indicates whether the seller's subscription to Square Appointments supports creating, updating or canceling an appointment through the API (true) or not (false) using seller permission.