#colby-webhook-url
1 messages · Page 1 of 1 (latest)
colby-webhook-url
What do you call "a public URL to whitelist"? You control the URL that we use for delivering Events to your webhook endpoint
So we have one set in the we hook section but our devops said we need the stripe url to white list the Cals coming in?
Ah I think they want https://stripe.com/docs/ips#webhook-notifications in that case
For the picture itself, you seem to be passing a TaxRate id as US which would never work. We need the TaxRate id txr_123 that you would have created in the API first. Or you should use Stripe Tax and let us handle all tax calculations
I'd recommend carefully reading: https://stripe.com/docs/payments/checkout/taxes
Gotcha I tried that but for some reason it made me pick a state. Is that the only way?
We would like for the tax rate to change based on the shipping
I believe we are planning to use stripe tax
As for these ips is there a test (staging) and prod or just prod?
Read the docs carefully they explain this in details
and the IPs are the same for prod and staging
Awesome thank you