admin管理员组文章数量:1391995
With Stripe in Test Mode, when testing an embedded pricing table with a trial period enabled, the user can, in deed, start a trial.
However if that user cancels their subscription before the end of the trial, or even pays to continue the subscription, and cancels their renewal some time in the future, the same customer can start a new trial. They can start repeated trials indefinitely this way.
IOW, Stripe seems to always offers the trial, unconditionally to the same customer, even if they've trialed before.
I've verified that this is happening for the same cid (customer id) used to create the CustomerSession for showing the pricing table.
Is this just a quirk of Test Mode, or is this the behavior also in production mode? I haven't found any information in the docs to indicate this.
If this is the behavior also in production mode, then is it the backend's responsibility to track this and show one pricing table (with a trial) or another (without a trial)? --a little tedious to have to create duplicate pricing tables.
Thanks
With Stripe in Test Mode, when testing an embedded pricing table with a trial period enabled, the user can, in deed, start a trial.
However if that user cancels their subscription before the end of the trial, or even pays to continue the subscription, and cancels their renewal some time in the future, the same customer can start a new trial. They can start repeated trials indefinitely this way.
IOW, Stripe seems to always offers the trial, unconditionally to the same customer, even if they've trialed before.
I've verified that this is happening for the same cid (customer id) used to create the CustomerSession for showing the pricing table.
Is this just a quirk of Test Mode, or is this the behavior also in production mode? I haven't found any information in the docs to indicate this.
If this is the behavior also in production mode, then is it the backend's responsibility to track this and show one pricing table (with a trial) or another (without a trial)? --a little tedious to have to create duplicate pricing tables.
Thanks
Share Improve this question edited Mar 15 at 20:04 Davy Durham asked Mar 15 at 18:18 Davy DurhamDavy Durham 4225 silver badges13 bronze badges1 Answer
Reset to default 1It’s correct that the Stripe Pricing Table does not default to checking for the same Customer ID. You will need to implement backend logic for pre-condition filtering and create two distinct Pricing Tables.
Additionally, Stripe’s live mode should behave the same as test mode.
本文标签: Repeated Trials on Stripe Pricing TableStack Overflow
版权声明:本文标题:Repeated Trials on Stripe Pricing Table - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744606508a2615386.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论