{
	"id": "dde0de95-33c5-4320-b312-807d66b85f0g",
	"created_at": "2025-04-03 00:00:00",
	"updated_at": "2025-04-03 00:00:00",
	"license": [ "lite", "plus", "personal", "professional", "ultimate", "elite" ],
	"categories": [ "features-functionality" ],
	"keywords": [ "off-site","stripe checkout","button" ],
	"slug": "subscription-payment-button",
	"name": "Subscription Payment Button",
	"description": "Display a single button and collect subscription payments with Stripe Checkout.",
	"url": "",
	"data": {
		"title": "Subscription Payment Button",
		"description": "Display a single button and collect subscription payments 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,
				"recurring": {
					"interval": "month",
					"interval_count": 1
				},
				"default": true
			}
		]
	}
}
