#KEITH LARD
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You will need to
- create the Invoice https://stripe.com/docs/api/invoices/create
and - finalize the Invoice https://stripe.com/docs/api/invoices/finalize to get it out of
draftmode
If your customer has a default payment method and you have configured your invoice to charge automatically this should be sufficient.
If not you will want to pay the invoice and provide a Payment Method: https://stripe.com/docs/api/invoices/pay
Thank you ๐