I’m trying to use the Stripe plugin to create a marketplace app in Bubble but I’m getting this error when trying to register the user as seller: {“error”:{“message”:“No application matches the supplied client identifier”}}
I have filled out all my keys (client ID, public key, secret key) in the Stripe plugin settings on Bubble. I also added this as the redirect URI since the Bubble docs mentioned it: Stripe Authentication . It’s just not working. Any ideas?
For anyone who is reading this and struggling like I was, this was exactly the issue.
What I did to fix:
Went to Stripe settings where I found my Live mode client ID. Clicked button that said “Test Oath” → Copied the Standard link → Pasted into an empty cell in Google sheets
Then compared that link to the link I was seeing on the same page where I was getting the error message.
If there’s a %20 in front of your Live Mode Client ID in that link’s text, then you need to remove the hidden space that’s lurking in your settings in front of your Live mode client ID.