#angel-checkout-tax
1 messages · Page 1 of 1 (latest)
@rare swallow hello! did you mean to view the tax?
yes, I see that it is collected. I guess what I'm asking, is if the taxes are stored in a separate account? or are they just added to my balance all together with the rest of the charge?
You want to look into this property on Checkout Session: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-total_details
that has the breakdown of all taxes and discounts. You can use the Retrieve Checkout Session API https://stripe.com/docs/api/checkout/sessions/retrieve along with the Expand feature documented at https://stripe.com/docs/expand to access all the information together
angel-checkout-tax