#leisexe
1 messages · Page 1 of 1 (latest)
I created it using the graphic interface from stripe (the website), but I'm trying to modify it and adding one more type of tax, because i'm in Spain and it would be really useful to add another tax apart from the VAT called IRPF. But i saw that i can modify or create an invoice or subscription using the API
Sorry if i'm not explaining myself good enough, i'm pretty new to this
You can update the subscription with the API, and in items you can set the price ID and the corresponding tax_rates: https://stripe.com/docs/api/subscriptions/update?lang=java#update_subscription-items
I tried to do it but i receive a message that says "Error: one or more prices has a 'tax behavior that conflicts with the tax rates that apply to the corresponding item"
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
Hello 👋
Give me a few to take a look
Oh, I already fixed it. It was because the type of behaviour was "exclusive" and it did not correspond