#lokis
1 messages · Page 1 of 1 (latest)
Add an invoice doesn't mean it will be attempd right away. We only returns error when we attempt to charge
The docs mention that the invoice will be created immediately though
Yes it will be created, and if the Invoice is attempted it will change it status based on the result of the payment
Thanks. How do you recommend we handle card validation failures in this case?
It's the same to handling failed payment on Subscription. You look at the invoice.payment_failed and decide the next course of action https://stripe.com/docs/billing/subscriptions/overview
Thanks. The docs state that the invoice is finalised after 1 hour which is when the user is charged. Is there a setting to finalise it immediately?