Chirag B
Chirag B

Reputation: 2126

How can i get 'Captured Amount' and 'Refunded Amount' in Shopify API

I'm unable to find amount that was captured after the authorization.

Also when I cancel the order and refund partially, then too I do not get the amount that was refunded.

In [Orders API][1] of this transactions I only find is net amount, Shipping amt, Tax amt, Discount amt of the product, But no where I can see Captured amount or Refunded amount

Is there any way I can get the Captured amount or Refunded amount using API?

Upvotes: 2

Views: 360

Answers (1)

Edward Ocampo-Gooding
Edward Ocampo-Gooding

Reputation: 2862

Take a look at the Transactions API for that kind of information.

Upvotes: 2

Related Questions