#Cheqo
1 messages · Page 1 of 1 (latest)
The payment element does not have automatic tax calculation but we did just introduce an API that makes tax calculation for this much easier https://stripe.com/docs/tax/custom
Though yes you can implement a one click buy with the payment element
There are a lot of little behavioral and feature differences so it is hard to touch on all of them. In general the payment element is more flexible but takes more coding wheras checkout takes less coding but it less customizable
Are there other specific things you are interested in for both of them?
I was just mainly interested about the automatic tax, so basically what you're saying, everything that can be done with stripe checkout, can be done with paymentElement, but takes more extra steps?
Hi there 👋 taking over, as my colleague needs to step away
To answer your question: yes. The Payment Element is a bit more configurable for web developers that know how to work with Javascript elements, but it takes more work and custom code to get it to do some things