#antimsh
1 messages · Page 1 of 1 (latest)
How long is the intent secret valid for (which is returned by stripe after making a SetupIntent API call)
Client secret doesn't expire
Is there any way to search on the metadata attached to a payment method on stripe dashboard. Ik I can do it for any metadata attached to customer object, but any way to achieve the same for a payment method?
I'm afraid Dashboard doesn't support metadata search on Payment Method
hmm really interesting about the no expiration part. from a learning perspective , do you have any engineering docs which explains how Stripe maintains all these dangling intents(cuz I imagine, that not all intents would be fulfilled and since they aren't being expired, they would not be deleted as well).
Thanks for the answers though^
Hi, I'm taking over this thread.