Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscription date need to set start of each month #401

Open
AmitSenjaliya opened this issue Jul 29, 2024 · 1 comment
Open

Subscription date need to set start of each month #401

AmitSenjaliya opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@AmitSenjaliya
Copy link

AmitSenjaliya commented Jul 29, 2024

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

  1. Created form using {{ craft.enupalStripe.paymentForm('formhandle') }}

Additional info

  • Craft version: 4
  • PHP version: 8
  • Database driver & version: MySQL
  • Plugin version: 5.5.2
@andrelopez andrelopez self-assigned this Oct 3, 2024
@andrelopez andrelopez added the question Further information is requested label Oct 3, 2024
@andrelopez
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants