The scenario is, we have a marketplace platform, where sellers can sell their products to the buyers. Using Stripe connected Express accounts for the sellers with Stripe’s onboarding process, and store only the responded account_id in our databse.
We have to hold back the money for a few days, so we have to create a PaymentIntent(), which responses a client_secret.
Is there a PHP solution and example code to forward the buyers to stripe to handle the card payment?