You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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') }}
Additional info
Craft version: 4
PHP version: 8
Database driver & version: MySQL
Plugin version: 5.5.2
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: