Stripe Payments with Stripe Tax computations

I have been able to utilise the Anvil Stripe integration to

  • create a customer -anvil.stripe.new_customer()
  • charge card - stripe_customer.charge()
  • refund card - stripe.Refund.create()

I cannot find Anvil documentation to setup Tax computation based on billing address of customer or correlate te Stripe API documentation i.e Stripe Tax

Has anyone configured tax computations on Anvil apps using Stripe Tax?

2 Likes

I am trying to figure this out for my app. Have you, or has anyone else made progress with this?