#Sinduri-Fee
1 messages · Page 1 of 1 (latest)
It will be a bit tricky
You will need to find the PaymentIntent first, then the associated charge
then List the Balance Transaction by source, specify that charge Id, I think
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The Balance Transaction would have the fee and fee_details
ok let me check