Stripe Multiple Subscriptions

How can I charge multiple users for the same product/thing? I.e. multiple backers for a single campaign in a crowdfunding type of app when Bubble’s ‘Charge a user using saved cc” feature doesn’t allow charging lists.

Could it be that we can accomplish this by stringing the ‘Charge a user using saved cc’ feature multiple times and setting the charged user to list:item#1, then list:item#2 and so on? Has anyone on the Bubble team set up other crowdfunding sites?

This actually does not work. The issue with this solution is that if there are not a list:item#2 we get the following null error. I really need some guidance from the Bubble team.

Can anyone help me with this problem? There has to be a solution for this issue. I haven’t given up hope but it looks like I will need some technical expertise to figure it out. @emmanuel Thanks!

You should use a condition on the workflow to check if the item exists. If it doesn’t, the action shouldn’t be run at all.

It worked perfectly. Thank you! :joy: