#itzskyline.
1 messages · Page 1 of 1 (latest)
Checkout
And what exactly is the issue on the screenshot you shared? That there are multiple 99.98€ price instead of one?
This is not an Invoice, but a Checkout Session. So you have complete control over what you charge here.
Can you share the Checkout Session ID (cs_xxx) where you see this?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
I see that you created many InvoiceItems for this Customer:
https://dashboard.stripe.com/logs/req_GELXipZ2Cxjsbl
https://dashboard.stripe.com/logs/req_2Ke6aUUCSkNiWG
etc.
All of them appear on the first Invoice that's created for this Subscription. You will need to remove those InvoiceItems. You can do it via API: https://stripe.com/docs/api/invoiceitems/delete
You could probably do it on the Dashboard too.
How can i find and clear this invoice on the Dashboard?
Thanks btw, i will now look into the delete function
There's a "Pending invoice items" table on the Customer page, if you scroll down. You can then delete individual InvoiceItems: https://dashboard.stripe.com/test/customers/cus_OZwVu7jSM5VIZl
Thanks!
Happy to help!