Potwierdź rezerwację
create_bookingCreates the confirmed SzuruSzuru booking for a prepared confirmation_id after the customer provides the 6-digit SMS code. Use the same idempotency_key when retrying after a timeout - it will never create a second booking. Price, slot, schedule and identity are re-validated by the backend; the call fails with a clear code if anything changed. Returns booking_reference, time and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sms_code | Yes | ||
| session_id | No | ||
| confirmation_id | Yes | ||
| idempotency_key | Yes |