appointments
Book Appointment V2
Book an appointment and create Stripe checkout session, requiring the tax deduction question to be answered.
post/api/appointments/v2/book
Request body
Example request
{
"appointment_type": "CALL_CONOSCITIVA",
"availability_id": "123e4567-e89b-12d3-a456-426614174000",
"coupon_id": "coupon_abc123"
}Response
Successful Response
Example response
{
"amount": 4900,
"checkout_url": "https://checkout.stripe.com/c/pay/cs_test_...",
"currency": "eur",
"expires_at": "2025-11-20T10:15:00+00:00",
"payment_id": "123e4567-e89b-12d3-a456-426614174002"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.