#fr0smat1c
1 messages · Page 1 of 1 (latest)
Yeah you'll need to get the charge from the payment intent: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge then on that charge you will need to look at the balance transaction: https://stripe.com/docs/api/charges/object#charge_object-balance_transaction which has fee details on it: https://stripe.com/docs/api/balance_transactions/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it, thanks!
No problem