#dmkov-checkout
1 messages · Page 1 of 1 (latest)
@fierce yarrow it's on the Charge object : https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
so the idea is you would listen to webhooks(https://stripe.com/docs/payments/checkout/fulfill-orders) and you can get all the information you need at that point(the CheckoutSession links to the Charge)