#jvvan
1 messages · Page 1 of 1 (latest)
Yes, but you'll need to traverse several API objects. Give me a moment to grab some links for you
Thanks, I saw that there was an object with the fee but wasn't sure how to connect that to the checkout session.
Basically you'll need to go from Checkout Session object -> Payment Intent -> Charge -> Balance Transaction.
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_intent -> https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge -> https://stripe.com/docs/api/charges/object#charge_object-balance_transaction -> https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee
ah I didn't see the charge object. Thanks