#claudiuyoro_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1219999440857993236
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
For subscriptions, you can specify the application_fee_percent
https://docs.stripe.com/api/subscriptions/create#create_subscription-application_fee_percent
Oh, I see, thank you!
I've been reading some articles from past like this: https://stackoverflow.com/questions/65721117/connect-fees-is-it-possible-to-charge-a-flat-fee-on-top-of-fee-for-subscript and I thought there is no direct way of doing it, but that sounds great.
So let's say that the plan is $100 and I set application_fee_percent: 10. The application will receive $10 and the creator the rest which is $90.
For Create Payment Intent api, there is: transfer_data which is to specify to whom is being transfered. For subscription, is there something similar?
So let's say that the plan is $100 and I set application_fee_percent: 10. The application will receive $10 and the creator the rest which is $90.
application may recieve $10 minus any Stripe fees
For Create Payment Intent api, there is: transfer_data which is to specify to whom is being transfered. For subscription, is there something similar?
Yes, https://docs.stripe.com/api/subscriptions/create#create_subscription-transfer_data
Okay, that's perfect, all is clear for now.
NP! ๐ Happy to help