#yoshinori hisakawa
1 messages · Page 1 of 1 (latest)
Could you share what is your expected flow to be? At which step are you going to perform the inventory check?
- create paymentIntent on the server
- Return paymentIntent.secret from server to front desk
- user enters credit card at front desk
- send credit card token etc. to server
- server then processes inventory checks, etc.
- payment request from server to stripe
I don't know if this flow is in stripe, but this is how I envision it
Thanks for sharing! I believe this is the flow you're looking for https://stripe.com/docs/payments/build-a-two-step-confirmation
Alternatively, you can create a payment method first, then create payment intent later: https://stripe.com/docs/payments/accept-a-payment-deferred