#fdc8cd4cff2c19e0d1022e78481ddf36
1 messages · Page 1 of 1 (latest)
I wanted to store user's checkout sessions + payment methods in our database, so user does not need to go through the checkout process again
Hi
Is there any ttl of payment method or how can I know whether this payment method will work?
What you mean by ttl for the payment method?
You can follow this guide step by step in order to implement this use case:
https://stripe.com/docs/payments/save-and-reuse?platform=web
Whether the payment method (pm_xxx) expires by itself?
Or I just use it and hope it works and based on webhooks mark it as paid / unpaid?
No, unless the bank' issuer requests another authentication (e.g. 3DS)
Yes you can simply use it and monitor your webhooks.
Alright 👍