Hi — we are building a Calendly integration using the new Scheduling API (POST /invitees) and want to clarify how it interacts with event types that require payment.
Question 1
If an event type has “Require payment to book this meeting” enabled with Stripe or PayPal:
When we create a booking via the Scheduling API (POST /invitees), does Calendly:
-
trigger the same payment flow that occurs in the normal Calendly booking UI, or
-
create the booking without requiring payment?
In other words, is payment enforcement handled automatically when booking through the API?
Question 2
Is there a way to programmatically determine whether an event type is configured to require payment?
Specifically, we want to know if there is a flag indicating something like: requires_payment: true
so we can decide whether to auto-book via API or redirect users to the Calendly booking page.
Thanks in advance for your help.
Nathan


