#aaron_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1364371431483510815
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
for context: I am making a request to create a credit note with the lines params
each line param contains
{
type: "invoice_line_item",
invoice_line_item: line_item.id,
quantity: line_item.quantity,
tax_amounts: credit_note_tax_amounts
}
And what response do you get?
I'm currently able to make a credit note refund for an entire lines amount which is fine, but I'm not sure how I would put in a specific amount for a line item.
https://dashboard.stripe.com/test/invoices/in_1RGpN6DAWTp2PXOwuASxnoe4 this is one that I created just now
I'm wondering if its possible to make a credit note assocaited to the line item but a custom amount like $30.00 or something.
ah nvm I think I found what I'm looking for
What'd you come up with? Sorry, I was focused on a couple other things.