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?