Incorrect Total Product price when buying 100Qty

Hello, is somebody know why this happening on my squareup checkout API, so here is the detail:
i replicating this transaction to buying the products with 100 qty total, which is price per qty is 0.57 pounds, which is will be 57 pounds (attached on one, two, and three image attachment)
but when jumping on the squareup checkout api, the value decreased for no reason from 57 to 56 pounds, makes the grand total completely incorrect (image four)
but here is the thing, when im trying to buy the product with similar price tag (57 pound per 1 qty) the grand total is correct, so i think this issue also have related to qty issue
can somebody help me to fix this?

anyway im using magento 2.3 with rest api

one.png

two.png

three.png

four.png

  

292 Views
Message 1 of 3
Report
2 REPLIES 2
Square Champion

@hafidzm;

Where are you letting Square know that the Item (XPC Professional...) is priced by weight of a Pound and not Per Item?

.57 times 100 would be 57.00 which would be correct.

In your Catalog for the Item you need t define if the Items are sold by Weight LB or by the Item (units)

 

bythelb.png

 

As you can see in the image above the Top 4 version of Fudge are sold by Each, the bottom 3 are sold by /lb.  This is because I was testing printing barcodes with Prices embedded in them.  Either way you would need to let Square know how you are selling the item, by /lb or /ea.  Which I do not see in your images, as the screen shot would put the price per lb on the screen like the image below.

 

Squarescreen.png

Keith
Owner
Pocono Candle

Mark as Best Answer if this Helped you solve an issue or give it a thumbs up if you like the answer.
Square Support Number 855-700-6000.
Make Sure App and OS is up to date on your Device.
267 Views
Message 2 of 3
Report

Hi Candlestore, thank you for replying,
let me clarify something, i didnt set the store and the products on the square itself, so technically, i just using squareup checkout api to my website as payment method, which is my website is using rest api to fetch product data, generate invoice, etc from magento, im using magento 2.3.5.
but, i will confirm about the price, is priced by quantity.
so do you know why this happening?

249 Views
Message 3 of 3
Report