#madhavi_23060
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- madhavi_23060, 2 days ago, 10 messages
👋 happy to help
If I have user with 10 paid invoices with $100 each and out of the 10 I want to refund 7 of those.
Can I issue a credit note for $700?
I think you have to create 7 credit notes
Is there any better way to refund?
unfortunately within Stripe there isn't
even if you're crediting outside of Stripe
you'd have to create 7 credit notes
I don't understand what is invoice_line_item
the line_item within the invoice
basically it's a way to represent each item or propration happening on the invoice
What if I want to refund directly to their bank account?
outside of Stripe?
Ya
sure why not
but if you want to reconcile correctly on Stripe you would have to create 7 credit notes
for the 7 invoices
and state that you credited the amounts outside of Stripe
I believe within stripe the only way is to via credit notes right?
yes
And the way to get those 7 invoices are to get them manually?
Is there a way I can get invoices specifying dates or months using an API?
yes you can retrieve invoices using the API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Where can I find invoice_line_item in my Invoice pdf