#joshbochu-mark-paid
1 messages · Page 1 of 1 (latest)
Hi there! Yes you would use webhooks here and create a draft invoice. You would then "pay" the invoice and use paid_out_of_band to mark it as paid: https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band
Thank you!
I suppose it would be paid within band at the time of payment, but since we're using it internally I think that generated invoice should be alright.
Yep paid_out_of_band here would just indicate that it was paid via another payment, not the PaymentIntent associated with the invoice itself.