{
	"id": "4a970e44-c839-4ae4-89f3-8f23189cae13",
	"created_at": "2022-11-01 00:00:00",
	"updated_at": "2022-11-01 00:00:00",
	"license": [ "personal", "plus", "professional", "ultimate", "elite" ],
	"categories": [ "products-services" ],
	"keywords": [ "dance", "payment", "coach", "lesson" ],
	"slug": "dance-lesson-payment-form",
	"name": "Dance Lesson Payment Form",
	"description": "Collect a payment for a student's monthly dance lesson.",
	"url": "",
	"data": {
		"title": "Dance Lesson Payment",
		"description": "",
		"type": "embedded",
		"payment_methods": [ "card" ],
		"fields": [
			{
				"type": "customer_name",
				"label": "Student Name",
				"required": "yes"
			},
			{
				"type": "email",
				"label": "Email Address"
			},
			{
				"type": "telephone",
				"label": "Phone Number",
				"required": "yes"
			},
			{
				"type": "plan_select",
				"label": "Lesson Type"
			},
			{
				"type": "dropdown",
				"label": "Month of Lessons",
				"options": "January, February, March, April, May, June, July, August, September, October, November, December",
				"required": "yes",
				"metadata": "Month"
			},
			{
				"type": "card",
				"label": "Credit Card"
			},
			{
				"type": "checkout_button"
			}
		],
		"prices": [
			{
				"label": "4x 30min Private Lesson",
				"unit_amount": 7500,
				"default": true
			},
			{
				"label": "4x 1hr Private Lesson",
				"unit_amount": 15000
			},
			{
				"label": "4x 1hr Group Lesson",
				"unit_amount": 10000
			}
		]
	}
}
