#mmmmjjjj - tax
1 messages ยท Page 1 of 1 (latest)
This situation is quite complicated
I create a subscription before enable Stripe Tax. but I refund it after enable Stripe Tax
Have you tested this using test API keys?
Yes, I have test it. The refund would not calculate the Tax
That makes sense. I think, given that we do not have Stripe calculated tax rates for that purchase, we do not have the information needed to handle taxes on the refund
I was wondering there is not tax_rates and tax_amount in the invoice. would it be the problem?
does that mean I can only refund a amount with tax of subscription which was created after enabled STRIPE_TAX
I think you'll want to review our doc on Invoicing and Tax here: https://stripe.com/docs/tax/invoicing#enable
Hi there ๐ jumping in as my teammate needs to step away shortly.
I don't think you'll be able to refund tax on a payment that didn't initially collect tax, in that scenario you would be attempting to refund for more than the payment collected initially.
okay, that makes sense. Thank you toby and Snufkin