Hello,
I tried to implement subscriptions. But the problem is that I dont get the Stripe Customer ID in Bubble. I see it in Stripe but it wont get in the bubble Database.
I followed an instruction video on youtube and there it works. I dont know what Im doing wrong. I read other questions to this topic but I dont see the option in bubble. I use the stripe plugin and the stripe customer portal plugin.
You are not saving anything on this workflow regarding customer ID. Does Result of step 2 has a customer ID being returned? That is what you should use.
You’re just setting the Current User’s Stripe_Customer_ID field (which is empty) to be the Current User’s Stripe_Customer_ID (which is empty).
So of course it will remain empty (you’re just setting it to its existing value, which is empty to begin with).
However, and wherever you’re creating the Customer in the first place, you’ll need to get the Customer ID from there, and save it to your current User.
Yes thats what I thought too.
I sign the user in. In this step the customer will be created. But I get the information about the stripe customer ID from stripe right?
And the sign up step is bevor I connect to stripe. Overall I dont know where to get the stripe customer ID.
@ewuehr How did you fix this? I have been going in circles. I setup my workflow the same as you did using the same two plugins. You said that you got it fixed. What did you have to do. Was it your API’s? Any help is appreciated. Thank you!
Hello,
go to the step “make changes to the current user”. Then put in "stripe_customer_ID=Current User’s… Now the important part: After Current User… A drop down menu will open. Then scroll down and down. After your options there will be stripe options. All the way down you will find “Stripe customer ID”. And thats from stripe and not what you created.
Do you understand? I hope I helped. Otherwise write again.