#mattia_api

1 messages · Page 1 of 1 (latest)

timid snowBOT
eager phoenixBOT
#

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.

timid snowBOT
#

👋 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/1275150576597864510

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

plush basin
primal swallow
#

So this gives me an error as X (credit note amount) is > 0

plush basin
#

Ohhh, wait. The amount is 0 because the Invoice was paid with a credit note

plush basin
#

Sorry, missed that. Let me dig a bit and circle back

primal swallow
#

I’m aware of the customer credit balance, but I would like to avoid using it, as we have our company balance already in which refunds are sometimes issued to.

plush basin
#

I wish I had a better solution for you, but there just isn't a way to refund a credit note and you can only void one if it's in open status. The paid status of the Invoice effectively locks the state of the Credit Note, so the next best thing is to get the Credit Note's amount and add it back the Customer's Credit Balance

primal swallow
#

I see, I believe I need to find a way to internally mark it as refunded for taxation purposes even if stripe doesn’t allow it, thank you though.