Title: Marketplace split payment + delayed payout on Bubble Native?

Hi everyone,

I’m building a native app (Android/iOS, Bubble native builder) connecting hosts who organize private events with guests who buy tickets.

I need a marketplace-style split payment with delayed payout:

  1. The guest pays the full price at checkout
  2. The money stays “held” until the event ends (no immediate payout)
  3. Once the event is over, the amount is automatically split:
    • a platform commission
    • the remainder paid out to the host
  4. Each host needs individual onboarding to receive payouts (KYC, bank details, etc.)

Important note: I’m not yet comfortable with Bubble’s API Connector (setting up raw API calls). If a solution requires it, I’d appreciate simple explanations or resources to get up to speed, or a more accessible alternative if one exists.

Looking for feedback on:

  • Which payment providers natively support this marketplace model (split + delayed payout + seller onboarding) and work well with a native Bubble app?
  • How to structure the Bubble workflow to “hold” a payment until a trigger event (end of the party), then automatically fire the split?
  • Any production experience with reliability (payout delays, disputes/refunds, fees)?
  • Does host onboarding cause specific issues in a native environment (return URLs, redirects, etc.)?

Open to any provider (not just Stripe) as long as it natively handles marketplace + split + delayed payout.

Thanks in advance for any input!

You have to use API connector because most payment plugins dont work on native for now , or you can use web view for payments

Thanks — good to have that confirmed. I’ve got the API Connector working already (creating the connected account and generating the onboarding link both initialize fine in test mode).

Quick follow-up on the deep link side, since that’s my remaining blocker: does the Bubble native builder support deep links / custom URL schemes (e.g. bizz://onboarding-done) or universal links? Stripe’s /v1/account_links requires a return_url, and I’d like to know whether I can pass a deep link there so the host lands back in the app after finishing onboarding — or whether that’s not supported yet and the WebView route is the only realistic option.

If anyone has configured deep linking in a Bubble native app (for Stripe or anything else), I’d love to hear where that’s set up.

Thanks!