#karsh
1 messages · Page 1 of 1 (latest)
More info:
I'm worried this isn't possible at all (but hopeful that you have an answer for me)
and in that case, I'm looking at how others can do this without the orders api. And I think the answer is simply using paymentintents like this:
- Product A = 100$
- Create paymentintent for 100$ + 21% VAT = 121$
So teh 21% can be added server side and recorded server side.
But if I understand correctly. With payment intents you don't have lineitems connected to a paymentintent? So Stripe basically only records:
Customer Y completed the paymentintent X.
Correct?
Hello,
AFAIK, you can only use Stripe Tax with new Orders API:
https://stripe.com/docs/orders#integrating:~:text=Setting up Stripe Tax and determining a customer’s location for automatic tax calculation. This step is optional.
But if I understand correctly. With payment intents you don't have lineitems connected to a paymentintent?
Yes exactly, that why we introduce Stripe Tax.
So Stripe basically only records:
Customer Y completed the paymentintent X.Correct?
At PaymentIntent level yes correct
Thanks!
So I got the email last month about the orders api beta stopping and it will be replaced with an 'addon' for paymentintents (as far as I understood)
There's not more info about it at this point?
Need to make a decision now how to go further with the API implementation
There's not more info about it at this point?
Sorry, this is a beta so probably you need to reach out to Stripe Support at https://support.stripe.com/contact for additional infos
Thanks