#andystevenson-tax-payment-links
1 messages ยท Page 1 of 1 (latest)
Hi there ๐
Just making sure, you followed the steps outlined in these two docs to fully set up Stripe Tax for Payment Links?
https://stripe.com/docs/tax/set-up
https://stripe.com/docs/tax/paymentlinks
I think so. Registered my UK VAT id.
Okay I think I see the problem.
It shows Collect tax automatically to no.
I guess I need to pass something to the PaymentLink API to enable it?
Ah, good spot! Yes, if you're using the API to manage these Payment Links, then you'll need to leverage the automatic_tax.enabled parameter:
https://stripe.com/docs/api/payment_links/payment_links/create?lang=cli#create_payment_link-automatic_tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.