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

$0 Trial period charged at Stripe whether trial period enabled or not with variable pricing #45

Open
secretagencyit opened this issue Sep 13, 2023 · 1 comment

Comments

@secretagencyit
Copy link

In Test Mode, Stripe is showing transactions for $0 trial periods despite no trial period set up in membership.

To reproduce:

  1. Connect to Stripe in Test Mode

  2. Create a membership with the following settings:

  • Initial Payment: >= $1
  • Recurring Subscription: checked
  • Billing Amount: >= $1 per 1 months
  • Billing Cycle Limit: 0
  • Custom Trial: unchecked ( or checked with $0 for the first 0 subscription payments)
  • Variable Pricing: Enabled, Min Price >= $1. No Max, No suggested Price
  1. Purchase the subscription with a new account.

  2. Check your invoices in the Stripe backend admin panel in TEST MODE (Developers toggle in upper right corner).

  3. If you see invoices for $0 for trial periods for the new membership, that is the bug.

@secretagencyit secretagencyit changed the title $0 Trial period charged at Stripe with variable pricing enabled whether enabled or not $0 Trial period charged at Stripe with variable pricing enabled whether trial period enabled or not Sep 13, 2023
@secretagencyit secretagencyit changed the title $0 Trial period charged at Stripe with variable pricing enabled whether trial period enabled or not $0 Trial period charged at Stripe with variable pricing whether trial period enabled or not Sep 13, 2023
@secretagencyit secretagencyit changed the title $0 Trial period charged at Stripe with variable pricing whether trial period enabled or not $0 Trial period charged at Stripe whether trial period enabled or not with variable pricing Sep 13, 2023
@secretagencyit
Copy link
Author

secretagencyit commented Sep 13, 2023

As a sanity check, I tested a membership with no variable pricing, and no trial period, and it too created a $0 invoice for a trial period in stripe. So the problem may not be with the Variable pricing add-on.

I also disabled the Variable Pricing Plugin. So this is not the culprit after all. This may be a Stripe issue.

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

No branches or pull requests

1 participant