Stripe Subscription Issue

Hi, i already integrated stripe plugin and all is working fine. Actually i have 1 problem.
I want when user pays, create an subscription, thats easy to do: first create plans in stripe dashboard, and after add action payment.

The problem is, when you set subscription. When stripe pop-up appears for you can do the payment looks like this:
https://puu.sh/xP6KE/e9e81017ad.png

But i want to look like this: (The charge option):

https://puu.sh/xP6M1/61bc38e786.png

So i tried this:
Create charge option -> Create subscribe user
But it appears 2 times the window, first charge and after subscription, and if you put your card on both pop-ups makes 2 times the 3€ charge on the account.

Is there any way for Charge user and after create subscription ?

Thanks.

Uppp. Someone??

You should only use one of them. If you want the user to subscribe to a plan, then all you need is the Subscribe action. That will collect their credit card AND charge them. From there, it will continue to charge the user automatically based on your plan interval.

No need to also have the charge action as that is for one-time payments.

But when you use suscribe action, it doesnt show the price next the Subscribe button. Also you can’t edit that button.

Right, it’s got a few things pre-set. If you want to fully customize the entire process, you can do your own API integration with the API Connector or check out CoBubble’s Stripe.js plugin:

1 Like

Got it, i tough bubble official plugin should be better than 3rd plugin mades. But i think Stripe.js maybe is better than official. I tried before and i had no problems with the plugin, but when i saw an official plugin then i uninstalled .js

Thanks!.

1 Like