#JakeShirley-orders

1 messages ยท Page 1 of 1 (latest)

tepid raft
#

Do you have an existing integration that is built on top of orders, or are you building a new integration?

zinc turret
#

I'm working on a new integration ๐Ÿ™‚

tepid raft
zinc turret
#

Thanks for the link - I'm currently working on an integration to calculate the tax owed by a Stripe account. I've been told by Stripe that an API to pull the Automate Tax report is in the works but haven't been told when it will be released (do you know at all?)

As a workaround, it was suggested that I pull the underlying datasets to work out the tax owed. Ideally i'd like one API which I could use to pull a list of transactions with the gross amount, customer address details, and product tax rates. I was thinking the Order Items API might fulfil this purpose.
However, it seems that I will need to use a few APIs and combine the results to calculate the tax owed myself.

The info i need is: Gross and net amounts, shipping charges, tax rates, departure and arrival countries, and SKUs (or product codes). Is there one API that can get this or could you advise on the different APIs required? Thanks again!

tepid raft
#

I don't know any specifics about the Automate Tax report, but for your workaround I think the Checkout API would get you a lot of the information you need. It'll give you the gross amount, shipping information, tax rates + product information (within line_items). If you need to know the net amount, you'd have to pull that from the Balance Transactions API

zinc turret
#

Thank you, that's very helpful - this Checkout API looks like it will do pretty much everything i need. I might be able to use subtotal for the net amount ๐Ÿ™‚