#ENzo
1 messages · Page 1 of 1 (latest)
Hi
You can start integrating Stripe Invoice following this guide:
https://stripe.com/docs/invoicing
Are you looking for a particular integration ?
The problem is that the payment has already been made and I would like to make an invoice for a date already passed.
Yeah you can create an invoice and mark it as paid already (like it was paid outside of Stripe):
https://stripe.com/docs/invoicing/overview#paid:~:text=If a customer paid an invoice out of band (outside of Stripe)%2C you can manually mark an open invoice as paid in the Dashboard. From the Invoice details page%2C click More and select Change invoice status. In the resulting dialog%2C select the Paid option.
I would like to make invoices paid and not due
👋 taking over for my colleague. Let me catch up.
even though
if you created an invoice in Stripe
and you collected the money outside of Stripe you need to use that API with the paid_out_of_band param
where should I put this api
have you already created the invoice?
yes
do you normally use the API or the dashboard?
dashboard