#PeterSilie-fee
1 messages · Page 1 of 1 (latest)
Ok... let me take a look in the docs...
From PaymentIntent, find the Charge, then find all Balance Transaction associate with that Charge https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, I'll try this, I thought it is in https://stripe.com/docs/api/payment_intents/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Fee is a bit tricky, I know. It's on the Balance Transaction as you can see here https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.