{
	"id": "02ff50b2-f55d-4dbe-b274-e265338f9bcc",
	"created_at": "2022-11-01 00:00:00",
	"updated_at": "2022-11-01 00:00:00",
	"license": [ "plus", "personal", "professional", "ultimate", "elite" ],
	"categories": [ "features-functionality" ],
	"keywords": [ "service", "subscription" ],
	"slug": "recurring-services-form",
	"name": "Recurring Services Form",
	"description": "Automatically collect multiple payments on a set schedule.",
	"url": "",
	"data": {
		"title": "Subscribe to Service",
		"description": "Sign up for our service.",
		"type": "embedded",
		"payment_methods": [ "card" ],
		"fields": [
			{
				"type": "email",
				"label": "Email Address"
			},
			{
				"type": "plan_select",
				"label": "Service Level",
				"display_type": "list"
			},
			{
				"type": "card",
				"label": "Credit Card"
			},
			{
				"type": "checkout_button"
			}
		],
		"prices": [
			{
				"unit_amount": 1000,
				"label": "Bronze Service",
				"recurring": {
					"interval": "month",
					"interval_count": 1
				},
				"default": true
			},
			{
				"unit_amount": 2000,
				"recurring": {
					"interval": "month",
					"interval_count": 1
				},
				"label": "Silver Service"
			},
			{
				"unit_amount": 3000,
				"recurring": {
					"interval": "month",
					"interval_count": 1
				},
				"label": "Gold Service"
			}
		]
	}
}
