{
	"id": "7fb25f8e-2825-43b7-95cd-5c66aba91ad3",
	"created_at": "2022-12-15 00:00:00",
	"updated_at": "2022-12-15 00:00:00",
	"license": [ "plus", "professional", "ultimate", "elite" ],
	"categories": [ "donations" ],
	"keywords": [ "twitch", "donate", "donation", "streamer" ],
	"slug": "twitch-streamer-donation-form",
	"name": "Twitch Streamer Donation Form",
	"description": "Get paid to create and offer your followers an easy way to donate.",
	"url": "",
	"data": {
		"title": "Twitch Streamer Donation Form",
		"description": "",
		"type": "embedded",
		"payment_methods": [ "card" ],
		"fields": [
			{
				"type": "customer_name",
				"label": "Full Name"
			},
			{
				"type": "email",
				"label": "Email Address"
			},
			{
				"type": "checkbox",
				"label": "Keep my donation anonymous"
			},
			{
				"type": "plan_select",
				"label": "Donation Amount",
				"display_type": "buttons"
			},
			{
				"type": "custom_amount",
				"label": "Custom Donation Amount"
			},
			{
				"type": "recurring_amount_toggle",
				"label": "Make this a monthly donation"
			},
			{
				"type": "card",
				"label": "Credit Card"
			},
			{
				"text": "Donate {{amount}}",
				"type": "checkout_button"
			}
		],
		"prices": [
			{
				"unit_amount": 500,
				"default": true,
				"can_recur": true
			},
			{
				"unit_amount": 1000,
				"can_recur": true
			},
			{
				"unit_amount": 1500,
				"can_recur": true
			},
			{
				"unit_amount": 2000,
				"can_recur": true
			},
			{
				"unit_amount": 2500,
				"can_recur": true
			},
			{
				"unit_amount": 1000,
				"unit_amount_min": 1000,
				"label": "Other",
				"can_recur": true
			}
		]
	}
}
