我什么时候应该使用 Stripe Invoice API 更改 next_payment_attempt 值?

When should I change next_payment_attempt value using Stripe Invoice API?

据我所知,在 Stripe 未能捕获发票付款后,我将通过 invoice.payment_failed webhook 事件收到通知。但是我应该在什么时候指定 next_payment_attempt 用于下一次付款重试?是开票时还是开票失败时?

您无法更新 next_payment_attempt。控制催款的设置是 in the Stripe Dashboard and further discussed in the docs.