# Booking flow for activities without pickup points When an activity has no pickup points, you must exclude pickups from the booking flow entirely. The rest remains the same: 1. Get information about the specific activity at `/activities/{activityUuid}`. 2. Since there are no pickup points, you can immediately request dates at `/activities/{activityUuid}/dates`. 3. To get *products* for a specific date, use `/activities/{activityUuid}/dates/{date}`, where the `date` is in the `YYYY-MM-DD` format. 4. Create a cart and add the desired *products* to it. 5. Create an order for the cart. 6. Pay for the order. 7. Download the vouchers once the order is confirmed. ![](/assets/booking-flow.c6cfb0a41d72350dd85a56370ba93814646687bc7b0586d59788f332ec7b69d5.d1ea502e.png)