#isaaclong-orders-java

1 messages ยท Page 1 of 1 (latest)

quartz carbon
#

Hello ๐Ÿ‘‹
Where exactly are you seeing this? Can you share the link to the doc please? Thanks ๐Ÿ™‚

echo plinth
#

Thanks for your reply. I was referencing this doc for 'Custom checkout flow quickstart': https://stripe.com/docs/orders/quickstart where it says that if you want a custom payment flow without stripe tax, you can integrate with payment intents instead of orders (which is what we do currently). When I go to the orders API documentation and go to create an order here https://stripe.com/docs/api/orders_v2/create it states the method is not supported in the java client

jaunty wave
#

So you do want tax? Or you don't want tax? Do you want to use Orders? Or not want to use Orders?

echo plinth
#

We would like to migrate to using Stripe tax. However to migrate to using orders from what we do now (payment intents), we would want to implement it with our Java client

jaunty wave
#

Ah, okay. So I that's not currently supported as far as I can tell. It looks like the engineering team has been adding more and more of the needed functionality for Orders, but I'm not sure if the entirety of the product suite is available and so I'm unsure if you would actually have all of what you'd need to get started: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md

GitHub

Java library for the Stripe API. . Contribute to stripe/stripe-java development by creating an account on GitHub.

echo plinth
#

What would you guys recommend we do, try to find a workaround (or possibly calculate tax ourselves just for this payment flow) or simply wait for the Java client to support it? Or are there any other options?