#jason_griffing - application fee
1 messages · Page 1 of 1 (latest)
Hey. How are you?
Peachy. I'm double checking but it does appear that Subscription only includes application_fee_percent as an option:
https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, that’s what I’m seeing as well.
And even transfer_data uses amount_percent rather than just amount.
Yeah, I looked there as well. Think I’m going to have find a way to make a percentage work. And separately submit a feature request 😎
I'm sorting through a large number of tickets. I have to imagine that feature has been requested and if it doesn't have a good reason why we don't implement it I will add your feedback.
Cool. Thx. I’ll let you go.
Happy to help. Feature requests are part of how we make the product better for everyone.
Okay, quick question. What type of charge are you using to create the subscription? Direct, Destination, Separate Charge & Transfer?
And more digging shows that the % approach was the preferred approach since invoice totals can differ from invoice to invoice.