How to approach Stripe Connect custom payment flow implementation?

Options

Hello!

I need some help putting together an approach to accomplish end goal: to use Stripe Connect as a platform to allow my users to setup their own payment forms using Stripe Elements ( https://stripe.com/docs/payments/quickstart ).

I've successfully setup Stripe Connect using API endpoints I created in Xano. When a user registers on my front-end (WeWeb), it creates their Stripe account and takes them thru Stripe onboarding successfully.

Now I need to figure out how to allow a user to create their own payment form using Stripe Elements ( https://stripe.com/docs/payments/quickstart ). Unfortunately, at a bit of a loss and need some guidance. The Stripe documentation linked above requires more than just API calls, but also server needs (e.g. installing and using a stripe library). Is it possible to accomplish this with Xano/WeWeb?

Thanks!

Tagged:

Answers

  • Xano freelance
    Options

    Hi

    Still you need help Or your issue is resolved

  • BM1983
    BM1983 Member
    Options

    @charitability were you successful in implementing stripe connect with xano+weweb. I am in a similar situation. Not sure how to do it. Would be great to know your current status..

  • Lefteris - blupry.com
    Options

    Hello @BM1983

    We have implemented Stripe Connect on Xano. We are doing the API calls to Stripe on Xano and returning the URLs in order for sellers to create a connected account and for the buyers a link to buy a product from the sellers.

    You can get the APIs into a snippet from here. We will help you customize it if you need our assistance.