#shahzaib-haider_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1382651590858510388
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
So, My question is this paymentMethodId is valid for how much interval. Like can I used for recurring payment for years?
Yeah there is no expiration on the PaymentMethod Ids, unless the payment method it self got expired (for example card expired)
What will happen if card expire, Does stripe renew card automatically, if yes, will that that paymentMethodId will still usable?
Stripe doesn't renew, but if the network cards renews it, then there'll be automatic updates ont he same PaymentMethod yes
https://docs.stripe.com/payments/cards/overview#automatic-card-updates
And for ach_debit they never expire right?
It depends what happens on the bank side, but as far as the payment method is valid, you can still use the PaymentMethod Id.