Forward user to Stripe to get card details using only PHP
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.
Save IDx in the DB to later check if it has been paid
I’m using the latest version of the stripe API. I have a shopping cart where people can pay instantly with a credit card or generate a bill and pay later. What type of ID should I save in the database so that if the customer makes the payment by bank slip and the bill is paid, upon receiving the command via the webhook I can identify who made the payment.