#nguyenxuanloc
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
First the invoice is created in draft status, then one hour later it is finalized and Stripe will try to process the payment. If the payment requires 3DS, then you will get a invoice.payment_action_require event. Otherwise you'll direct get a invoice.paid event.
Can you share the subscription ID (sub_xxx)? And also what is your quesiton?
oh, so after 1 hours when the draft payment created, stripe process the payment, right ? .
it applies to all subscription packages payment ?
Yes, this is covered here: https://stripe.com/docs/billing/invoices/subscription#subscription-renewal
oh, thank you. I missed this docs