#sergei-schedule-invoice

1 messages · Page 1 of 1 (latest)

nimble magnetBOT
brittle helm
#

sergei-schedule-invoice

#

@whole rover when you create a Subscription through a SubscriptionSchedule, its first Invoice is not finalized automatically. It stays open for a bit so that you can modify it. So you have to first finalize that Invoice before you can see the PaymentIntent
1/ Create a Schedule and look at the created Subscription's latest_invoice
2/ Finalize the Invoice https://stripe.com/docs/api/invoices/finalize and expand the payment_intent

whole rover
#

Ok, thanks

#

Can I use only API? Or is there way to use Java library to finalise it