#Codex-auto-tax

1 messages · Page 1 of 1 (latest)

analog adder
#

Hi! Are you running into a specific issue here?

#

With Stripe Tax you don't need pay_immediately: false

#

So yeah, you can remove that

fathom ocean
#

Even for existing subscriptions that were created with pay_immediately: false?

#

So in this case when we call stripe.Subscription.modify, we only need to add automatic_tax={"enabled": True},?

#

No need for turning pay_immediately: True?

analog adder
#

pay_immediately: true is the default so no you can just remove it.

#

I'd recommend running through this in testmode though to ensure that your auto tax set up is functioning as expected.