#rahul - Accept Payment
1 messages · Page 1 of 1 (latest)
hi! let me know what other information I can provide
Sorry it got pretty busy right when you showed up
no problem, thanks for the quick responses!
I think you'll want to review this approach which confirms the payment server-side so you can perform other checks on your end.
https://stripe.com/docs/payments/accept-a-payment-synchronously
yeah thats where I first went but the callouts regarding only accepting card and the double charge risks made me think it might not be the right approach
Also we eventually might need to support things like ACH so this seemed quite challenging
We need to allow other payment flows like SEPA and as mentioned Google and Apple Pay so that approach seemed like a risk
Hi there 👋 taking over here
Just checking: are there any outstanding questions?
Yeah I don’t think I got full resolution on my initial question and wanted to see what options I might have to continue to use the standard accept payment flow with confirmation done client side, while being able to make a request to our server to validate the order before confirming payment
I don't know of a graceful way to do that without also confirming the payment server-side.
gotcha ok thanks.
And to confim does the https://stripe.com/docs/payments/accept-a-payment-synchronously accept apple pay and google pay?
I believe so, as Google Pay and Apple Pay should show when the card type is set
ok thanks