条带 SetUpIntent 对象存储多长时间?

How long are stripe SetUpIntent objects stored for?

在文档 (https://stripe.com/docs/api/setup_intents/object) 中没有提到对象在特定时间段后被销毁。除非明确取消,否则假设它们不会被销毁是否安全?

提前致谢

没错,SetupIntents 没有过期时间。取消 SetupIntent 的唯一方法是显式调用 cancel endpoint.

请注意,PaymentIntents 也是如此。