#hakeem_invoice-void
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/1296495973924868107
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yeah because it won't actually be applied until it's paid
Great. Thank you. And if the customer's balance fully paid an upcoming invoice, what's the best way to refund that payment?
I'd like to use credit notes in general (since I'm also integrating with Metronome, which requires credit notes instead of using Stripe's refund endpoint in order to be properly notified of the tax implications). But, I worry that creating a credit note for customers whose balances were used to pay the invoice will inadvertently create a Stripe customer balance -> real dollars on their payment method funnel.
Do you advise selecting for those invoices for which Stripe credit was used to pay some/all of it, then handling those differently?
But, I worry that creating a credit note for customers whose balances were used to pay the invoice will inadvertently create a Stripe customer balance -> real dollars on their payment method funnel.
What do you mean by that
hakeem_invoice-void
Right now, to process refunds, I issue a credit note with the amount paid on the invoice, paid to the customer's original payment method. If amount_paid on the Invoice object includes (or is totally) the applied Stripe credit balance, I worry that the credit note will be sent to their payment method, like a credit card attached to the subscription for the invoice.
e.g. If the customer had $15 of their balance applied to a $20 subscription invoice, then I refund them with a credit note of $20, I've effectively converted $15 of Stripe credit into $15 of non-Stripe credit money, no? Or will the amount_paid not include the Stripe credit balance applied?
@signal finch you can test this end to end in Test mode and confirm the behaviour