Parameters
| Name | Type | Required | Description |
|---|---|---|---|
trip_id | string | Yes | Trip ID from the trip tool. The trip must have items (add_item) and travelers (upsert_travelers) set before booking. |
Schedule checkout for a trip — returns a Stripe checkout URL the user can open in a browser to complete payment
| Name | Type | Required | Description |
|---|---|---|---|
trip_id | string | Yes | Trip ID from the trip tool. The trip must have items (add_item) and travelers (upsert_travelers) set before booking. |