#asdfgh-stripe fee
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
sorry I don't seem to be following your question
could you please reexplain?
Of course
My payment consists of two steps: customer payment (payment intent), and transfer to my merchant
What I want to achieve is in some way retrieve Stripe commission from this payment via API
After the payment of course
Basically I want to store Stripe fee in my DB
on the PaymentIntent you could retrieve the Stripe processing fee by expanding on the balance_transaction of the charges.data[0]
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.