#ael
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Hi
you can always call https://stripe.com/docs/api/invoices/finalize
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I saw that, but when I use this, the invoice is "open" during 1hour
and after 1 hour, the invoice is charged
is it possible to not have this 1 hour delay ?
you can use https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, i'm gonna try