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
In Test Mode, Stripe is showing transactions for $0 trial periods despite no trial period set up in membership.
To reproduce:
Connect to Stripe in Test Mode
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
Purchase the subscription with a new account.
Check your invoices in the Stripe backend admin panel in TEST MODE (Developers toggle in upper right corner).
If you see invoices for $0 for trial periods for the new membership, that is the bug.
The text was updated successfully, but these errors were encountered:
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
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
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
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.
In Test Mode, Stripe is showing transactions for $0 trial periods despite no trial period set up in membership.
To reproduce:
Connect to Stripe in Test Mode
Create a membership with the following settings:
Purchase the subscription with a new account.
Check your invoices in the Stripe backend admin panel in TEST MODE (Developers toggle in upper right corner).
If you see invoices for $0 for trial periods for the new membership, that is the bug.
The text was updated successfully, but these errors were encountered: