#ghadgraft
1 messages · Page 1 of 1 (latest)
With these schedules, are you starting the subscription in future or with a trial?
Actually, can you send the ID of a subscription that started out with an invoice that wasn't finalized?
There are a few things that can cause that, if you need to utilize them, then the best way would be to listen for the invoice.created event and make that finalize_invoice call automatically
Thats what i thought however i'm trying to finalize an invoice and it is finalized but it does not immediatly try to take payment
Can you send me the ID of that invoice (in_123)?
Do i need to manually confirm the payment intent
in_1LhbCSAXxcazmLcJLMsuRpqR
I see in the stripe UI there is a button to charge the customer, what does this do?
.
I am actually unsure why they aren't being charged automatically on finalization here. Looking at it. In that case, yes clicking that button or making the pay invoice call would be how to manually have the customer charged before waiting an hour 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.