#EatStations
1 messages · Page 1 of 1 (latest)
currently after payment its not showing next time
even checkbox is checked
If I use 'setup_future_usage' => 'off_session' then it saves, but checkbox is not showing
You there?
Hi, sorry I have been juggling between threads. One moment
After the check box is saved and you submit the payment, on server-side when you listen to webhook, do you see the Payment Method being attached to the customer?
(inspect is the fastest way to know)
https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-post-payment this step. You can check the Customer inside the PaymentIntent, see if they has the payment method attached
ok, let me check