Hi, I’m building a marketplace and having trouble integrating with Stripe Express. I bought a tutorial that recommends using “Stripe Marketplace Express” plugin by Zeroqode. But it doesn’t work 100%. When I tried to update customer card details, it has an error that said, “delete a card just returned an error (HTTP 404). Please contact the plugin author directly for feedback”. It has been almost a week and I haven’t heard back from the plugins developer. When I tried to make a purchase, there was an error on “geocode”. I’m not so sure with the geocode error, to be honest. I wonder if this error is from Bubble or from the plug in. I notice it after I switch to the “standard/ free” to “personal” subscription. I used Google Geocode API / Google Map API for the seller to type in the full address for pick up. Most important question will be, what’s the best and easiest way to integrate with Stripe? If anyone knows what could be causing the geocode error, that will be great too.
A great way to integrate it is making requests to the Stripe API with Bubble’s API connector.
@dorilama thanks for your response! I’m super new to Bubble n Stripe. If I use Bubble’s API connector, can I still take a % for platform fee and safely store customers’ card for later purchase? Do you know if there is a tutorial somewhere on this? I found Stripe docs not the easiest to digest.
With the Stripe API you can cover all the needs for your marketplace.
There are a lot of tutorials on how to use it.
I think the best place to learn it is the official Stripe documentation. Read the general docs about the kind of payment that you want to implement and consult the API reference to check the request implementation.
thank you!