#Action Admin Jackson

1 messages · Page 1 of 1 (latest)

strong kernelBOT
marble portal
#

Hi, if you're using shopify, you'd need to contact them.

autumn quarry
#

Thank you for your response. We have contacted them. We have enabled tax collection via shopify. When we do this, our checkout collects tax. But when our stripe account receives it, Stripe refunds the tax we collected.

marble portal
autumn quarry
#

req_KndCDIGgBvaKcR

marble portal
#

I see the follow up messages, no need to tag. Just wrapping up helping another developer here.

autumn quarry
#

Oh haha I apologize didnt know how it worked. Thank you for checking in on that.

marble portal
#

No problem, looking at this request id now.

autumn quarry
#

The reason why 2.15 was the payment intent, is because we initiated Texas sales tax collection via Shopify. Meaning Shopify calculated the correct sales tax, added it to the cart total, and the customer was charged for 2.15. It then was transferred to Stripe, and stripe refunded 0.16 as you said above. Do you know how to make Stripe automatically calculate & capture the 0.16 with its own functionality? Or do you know how we can make stripe NOT refund the 0.16 when Shopify calculates the tax?

marble portal
#

It looks like you'd want to talk to Shopify to make sure that they capture the full amount

autumn quarry
#

We are sure that Shopify captures and calculates the correct amount. We just need Stripe to not refund it. Do you mind helping me plug this into our stripe?

marble portal
#

You'd want to make sure that they are passing amount_to_capture: "215" instead.

autumn quarry
#

So you suggest we contact Shopify and ask how they can adjust the amount to capture from 199 to 215?

#

Meaning the code that is needed to prompt a full 216.

marble portal
#

That is correct, they are passing these amounts.