Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS
I have subscription plans which are monthly, But I want to immediate payment for the current month and the next recurring payment goes to the 1st of each month.
With stripe documentation we are using proration_behavior set as none and billing_cycle_anchor to 31
How can be possible to use this plugin?
Steps to reproduce
Created form using {{ craft.enupalStripe.paymentForm('formhandle') }}
Hi @AmitSenjaliya I think we can calculate a setup fee (on the remaining days until 1st of next month) and start a subscription on the first of each month, does this sounds like a solution to this problem?
Description
I have subscription plans which are monthly, But I want to immediate payment for the current month and the next recurring payment goes to the 1st of each month. With stripe documentation we are using proration_behavior set as none and billing_cycle_anchor to 31
How can be possible to use this plugin?
Steps to reproduce
Additional info