#james_35976-stripe-tax-also-webhooks
1 messages · Page 1 of 1 (latest)
Hello james_35976, we'll be with you shortly! 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.
• james_35976, 10 hours ago, 23 messages
• james_35976, 11 hours ago, 43 messages
• james_35976, 14 hours ago, 5 messages
• james_35976, 21 hours ago, 7 messages
• james-checkout-php, 22 hours ago, 103 messages
• james_35976, 3 days ago, 18 messages
what address are you entering?>
Can you double check if you've updated your prices as mentioned in step 1 here?
https://stripe.com/docs/payments/checkout/taxes
also are you registered to collect tax in that state?
https://dashboard.stripe.com/tax/registrations
yes
$newItem['price_data']['tax_behavior'] = 'exclusive';
still same thing. I use the UI created payment link it works ,but not api session payment
still same thing. I use the UI created payment link it works ,but not api session payment
not sure what you mean by that
can you elaborate?
still not charge tax , even it set the tax_behavior to exclusive
do I need to register tax in test mode ?
I just checked I have registered the tax collection in California
yes
can you share the example request ID for PaymentLink as well as the new checkout session you created?
cs_test_a1Qh95kfjXaydJXlPAhGnnIws6Af8WbbNvVI2pLSIyoye4wVtcvXEQIxUh
where's the payment link example? where you're seeing the tax calculations correctly?
you said it works for payment link, correct?
. I use the UI created payment link it works ,but not api session payment
#1166448023023394846 message
it shows it caculated , but no tax added
let me try again
tested on payment link , still not working
It does, we're likely missing something minor here
ok. please let me know which parameter is missing
Asked a colleague to take a look too
👍
Can you try setting a different tax code on the product?
https://stripe.com/docs/tax/tax-codes
like try txcd_99999999
yeah I think this comes down to certain products being nontaxable in california
other states might have different treatment
NP! 🙂 sorry for the delay
for the resller who placed order ,how can we handle the tax
can we require the buyer provide seller's permit here?
Can you explain more about what you're trying to do?
some buyer purchase for resale which is tax free if they can offer a sales permit
Gotcha
You can read about support for zero tax for exempt customers here: https://stripe.com/docs/tax/zero-tax
HI
I have 3 webhooks end points under my account
or all of them will receive the same noticifation ?
so all of them will receive the same noticifation ?
Yes, assuming they are registered for the same events
yes.
That is wired..
is it possible to specify which link will receive the notification ?
send the notifaction to who created the payment link.
What do you mean?
when I create the payment session. Is it possible to add the endpoint link which will handle the event?
If you have multiple endpoints registered for a given event type, they'll all receive the event, there is no way to "route" those
the multiple endpoints are for different website
Why do you have multiple endpoints for the same event if you don't want the event going to all of them?
i use this account for 3 websites
i see