#white-rabbit_api

1 messages ยท Page 1 of 1 (latest)

full apexBOT
pallid saddleBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

full apexBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255590629677727896

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

toxic herald
#

You're saying that you want to calculate based on shipping address instead of billing address?

eager shoal
#

yes, right now it is doing that but when i redirect to the stripe checkout screen there is this tooltip that is still being shown that says 'sales tax calculated based on billing address'

toxic herald
#

What method are you using to declare that tax should be calculated based on shipping address?

eager shoal
#

i am using the c# library

#

req_5iAb9hjMhn5882

toxic herald
#

I see that you're charging tax on the shipping costs themselves, which is different from charging tax on the whole sale based on the shipping address. Am I missing something?

eager shoal
#

I am charging on the total amount, not just the shipping

#

I enabled automatic tax, so....

pallid saddleBOT
chilly sparrow
#

๐Ÿ‘‹ stepping in here

eager shoal
#

I am creating a customer record and passing the id of the customer

#

and the customer record contains the shipping address

#

the sales tax is being calculated based on the shipping address and that is all resolved. but the checkout interface displays the right sales tax amount but its the tool tip i dont understand

#

it is saying 'calculated based on the billing address'

chilly sparrow
#

Ah I see what you are saying

#

That's likely just a UI bug -- I'd assume the logic is that the UI anticipates the Billing Address to be used since Shipping isn't being collected within the Checkout Session

#

I can file a ticket internally about that