#Grabthat-payment
1 messages · Page 1 of 1 (latest)
Hi there! You would want to examine the balance transaction associated with the charge (https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges-data) to get the info on the amount and fee_amount for the charge. You would listen for payment_intent.succeeded in this case and then retrieve the balance transaction since objects won't be expanded via Webhooks.