#siva_k
1 messages · Page 1 of 1 (latest)
hi there! what do you mean by the tax amount calculated in salesforce not in stripe?
We are using the subscription modal and based on usage, the tax amount will be calculated based the usage meter. We have an API call in Salesforce to calculate the Tax based on usage. Now, I need to create an invoice from Salesforce for the amount of usage and tax amount.
We are using the Subscription object.
is there any reason why you're not using tax rates in Stripe? https://stripe.com/docs/billing/taxes/tax-rates
This is existing application, customer want to use the Taxes in Salesforce only not in Stripe.
Can't we send the tax amount in invoice create API without using the Stripe Tax?