#Benpai
1 messages ยท Page 1 of 1 (latest)
Hi there, there's no API to calculate the Stripe fee upfront. The workaround is to charge a sufficient application fee first, and later use the application fee refund API to adjust (https://stripe.com/docs/api/fee_refunds/create?lang=node#create_fee_refund)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah ok thank you Jack! That's very helpful ๐