#PeterDinis - Checkout Stripe fees

1 messages · Page 1 of 1 (latest)

compact path
#

Hello, you can get the charges and their balance transaction by retrieving the Checkout Session's payment_intent and expanding charges.data.balance_transaction , then you can find the fee as the fee on the first charge in the payment intent's charges array