Hi All,
Need some help with Stripe Plugin. I am trying to get on AppSumo to get more users on my platform. I have created a coupon/promo code for 12 months free access.
But when we reach the Payment page, even after implementing the coupon/promo code, Stripe will require credit card payment (Which AppSumo do not allow for their users).
I understand that this might be due to the fact that Stripe wants to capture the credit card information for future subscriptions (after the 12 months of usage), but am I able to disable the need of âCredit card informationâ collection if no immediate payment is needed? Stripe API says itâs possible, not sure if Stripe Plugin allows
Would love some advice and direction here. thanks!
Iâm not familiar with the plugin but the Stripe API for creating a checkout session has a parameter I believe about whether or not payment is required, however it looks like it will still collect CC info
In your situation I would say you have no real need to set things up with Stripe if you are providing a one year free trial and do not want to capture the users CC details. Instead setup in your own app to capture any details necessary for starting a free subscriptionâŚ
Actually, I will still need the Stripe subscription, as not all users will be given the one year access at $50 promo. Itâs a promo I am looking to run with AppSumo for $50 for annual access
I will still engage other customers through other acquisition channels
Hope this clarifies~
Someone PM me said itâs possible through API connector, but itâs looking to charge me for it. But I am more keen on trying myself with some guidance and advie.
If you are interested in understanding Stripe API and overall how everything should work with subscriptions you can check out my new course Stripe Integration Course | NoCode Trainer
It does not cover this exact use case, but youâll learn more than you would need to know to get it sorted out through the API connector on your own.
BTW my first suggestion was not meant to completely eliminate the need for Stripe SubscriptionâŚit was focused on making things setup specifically for AppSumo which as you have explained is different and doesnât allow for credit card details to be obtainedâŚit is completely possible to have a âdual systemâ in your application like this.
What is great too is if you have a dual system like this setup and youâve taken the course, youâll be all set to notify those users who subscribed through AppSumo to be aware of their subscription expiration and need to sign in and pay for the next subscription year through your Stripe setup.
I asked Appsumo, they said youâre allowed to set it up manually for users, however, this is still very difficult as you need to update information such as their plan, plan name, date of refresh, etc, which canât be done automatically if youâre the one setting up the subscription for users.
assuming that following exist over on stripe side âŚ
customer
-item
price
instead of plugin , review bubble api connector as tool to integrate call/response to stripe api . Examples are in the forum for calling via the connector.
Setup a connector "call stripe subscribe w coupon " allowing vars / parms for customer, price.
make that call, and according to stripe api docs, it should bypass the dialog that requires CC details .
Your post links the correct call on stripe , there are other posts indicating how to transpose the Stripe.curl details into bubble api connector call with the 2 variables / parms for customer and price
I really need to spend more time on understand the API connector before trying it out, I am just one month into bubble and my last coding was 18 years ago haha . so will need to spend more time learning the basis of the API connector first.
I am attempting to fully understand the Appsumo transaction process. In your case, if the user has a redemption code they purchased from Appsumo for 12month access (and you get paid from Appsumo), when the user redeems the code, wouldnât you just provide them access to your app for the next 12 months from the time of their purchase or submission of the code?
If you have a datetype of subscription plans and the userâs plan in bubble, why would anything need to happen with stripe?
Hi, having the same issue. I tried to put âAllow incompleteâ when âSubscribe the user to a planâ, but credit card is still required. Crazy the situation didnât change in 2 years. Any solution?