diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html
index 514433b..d811599 100644
--- a/templates/stripe_html/index.html
+++ b/templates/stripe_html/index.html
@@ -589,6 +589,7 @@
couponCode: couponCode,
priceId: priceId,
finalAmount: finalAmount,
+ isRecurring: recurringCheckbox.checked
}),
})
.then((result) => {