{
	"id": "8297b4f2-6810-44ab-b826-797e70f8db62",
	"created_at": "2023-03-08 00:00:00",
	"updated_at": "2023-03-08 00:00:00",
	"license": [ "personal", "plus", "professional", "ultimate", "elite" ],
	"categories": [ "products-services" ],
	"keywords": [ "airport", "payment", "shuttle", "driver" ],
	"slug": "airport-shuttle-payment-form",
	"name": "Airport Shuttle Payment Form",
	"description": "Collect a payment for shuttle service from airport to hotel district or accommodations.",
	"url": "",
	"data": {
		"title": "Airport Shuttle Payment",
		"description": "",
		"type": "embedded",
		"payment_methods": [ "card" ],
		"fields": [
			{
				"type": "customer_name",
				"label": "Passenger Name",
				"required": "yes"
			},
			{
				"type": "email",
				"label": "Email Address"
			},
			{
				"type": "telephone",
				"label": "Phone Number",
				"required": "yes"
			},
			{
				"type": "plan_select",
				"label": "Select Number of Bags"
			},
			{
				"type": "dropdown",
				"label": "Hotel Destination, Downtown Locations",
				"options": "Marriott, Hilton, Best Western, Holiday Inn",
				"required": "yes",
				"metadata": "Hotel"
			},
			{
				"type": "card",
				"label": "Credit Card"
			},
			{
				"type": "checkout_button"
			}
		],
		"prices": [
			{
				"label": "Small Carry On, +1 Bag",
				"unit_amount": 2500,
				"default": true
			},
			{
				"label": "Small Carry On, +2 Bags",
				"unit_amount": 3500
			},
			{
				"label": "Small Carry On, +3 Bags (max)",
				"unit_amount": 5500
			},
			{
				"label": "Return Trip",
				"unit_amount": 2000
			}
		]
	}
}
