#wendy

1 messages · Page 1 of 1 (latest)

slender valeBOT
vague burrow
#

I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

leaden acorn
#

I actually try to use the credit note create endpoint to do this but it won't let me and that's why i went to the dashboard

#

does the credit note needs to be against an existing item line of the open invoice? i don't want it to be

vague burrow
#

I'm not sure what you mean. Realistically I would reach out to support as I don't have a lot of context

leaden acorn
#

so i have an open invoice
i want to add a credit note to it but it's not against an existing invoice line

vague burrow
#

Again, I'm not sure what you mean. You're using terms like "against" and "invoice line" and I don't know what you're referring to. What API methods are you using? Can you provide a step-by-step list that I could use to reproduce your situation?

leaden acorn
#

POST credit note endpoint with an "open" invoice

vital kettle
#

Hi, stepping in. I'm still insure what you're trying to do. If you're using the Dashboard, I recommend that you reach out to our support team. They will be able to assist you better than I can: https://support.stripe.com/contact as this chat is focused on developers and technical questions.

leaden acorn
#

i am a developer

#

nvm

#

POST credt note endpoint is NOT a dashboard thing, is it

vital kettle
#

It is not, but from the earlier conversation you mentioned Dashboard a few time. Let's back out.

What steps are you taking? What is your end state? Have you reviewed this document, https://stripe.com/docs/invoicing/dashboard/credit-notes on how Credit Notes work? Where are you actually stuck?

leaden acorn
#

I have an "open" invoice from create subscription call, i like to add a credit note to this "open" invoice through endpoint(s), is it possible? before paying the invoice

#

so dsicounts is the flow i think as I don't acutally has an item line of that open invoice to create the credit note to
but I don't want to create coupon to use discount

vital kettle
#

I see, you're just trying to confirm if you can create a credit note on a open invoice? Is that accurate?

leaden acorn
#

yes

#

but not against any of the existing item line of that open invoice

#

the credit not is not against ...

vital kettle
#

What you're looking for is not possible. When you create a custom line item on a credit note for an open invoice, the amount_due on the invoice decreases based on the custom_line_items in the credit note.

leaden acorn
#

so i have to specify an existing item line from the open invoice in create credit note call?

#

just double check what i read, thanks for listening

vital kettle
#

That is correct