{
	"id": "53e12229-1cef-4313-9f97-e5f75b98af841",
	"created_at": "2022-11-01 00:00:00",
	"updated_at": "2022-11-01 00:00:00",
	"license": [
		"lite",
		"personal",
		"plus",
		"professional",
		"ultimate",
		"elite"
	],
	"categories": [ "features-functionality" ],
	"keywords": [ "stripe checkout", "button" ],
	"slug": "payment-button",
	"name": "Payment Button",
	"description": "Display a single button and collect payments with Stripe Checkout.",
	"url": "",
	"data": {
		"title": "Payment Button",
		"description": "Collect a payment with Stripe Checkout",
		"type": "stripe_checkout",
		"payment_methods": [ "card" ],
		"fields": [
			{
				"type": "plan_select",
				"label": "Price Options"
			},
			{
				"type": "payment_button",
				"text": "Pay Now",
				"processing_text": "Processing..."
			}
		],
		"prices": [
			{
				"unit_amount": 1000
			}
		]
	}
}
