appointments
Pay Appointment
Deprecated: use POST /appointments/v2/pay. Pays without requiring the tax deduction answer.
post/api/appointments/pay
Request body
Example request
{
"appointment_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"
}