Solutionunvalidated
get the `latest_invoice` ID and then make a call to finalize the invoice using the API — since you're explicitly using `prorate_behavior=always_invoice`. Tension: Stripe waits about an hour before finalizing the invoice and attempting payment. Outcome: testing this with your test API key to ensure this is the behavior you want to see is a good next step.
d224bb0e-1978-4007-a02d-5733f6f98dff
get the latest_invoice ID and then make a call to finalize the invoice using the API — since you're explicitly using prorate_behavior=always_invoice. Tension: Stripe waits about an hour before finalizing the invoice and attempting payment. Outcome: testing this with your test API key to ensure this is the behavior you want to see is a good next step.