New to bubble and want to know about escrow

Hello,

First I want to say i’m new to bubble and I’d like to ask if below is possible.

  1. Escrow related : I want an escrow system which allows the buyer and seller to transact.
    Process: Seller post ads → buyer click to buy and fund the escrow with token within the platform → Seller deliverer(digital) and buyer receive and confirm. → seller receive token.

Is this possible within bubble?

Secondly, does bubble work in web chat meaning buyer and seller can chat instantly.

Stripe connect is a good banking service to use for platforms that have escrow.

Chat system can be in bubble or a plug-in.

Sounds like you should be fine using bubble

So your app is the escrow here. Charge the buyer, wait until confirmation or dispute resolution to pay seller out.

You can use Bubble’s stripe plugin, sign the user up as a merchant and you’ll get the seller id that you can pay to after buyer confirms.

Re: Chat, yes totally possible, no problem here.

What do you recommend that I use as web chat between buyer and seller?

You can develop your own data structure and workflows for the chat functionality. No need to use anything external.