#claudiuyoro_api

1 messages ยท Page 1 of 1 (latest)

finite warrenBOT
#

๐Ÿ‘‹ 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.

spice mothBOT
tranquil gale
#

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?

half garnet
#

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

tranquil gale
#

Okay, that's perfect, all is clear for now.

half garnet
#

NP! ๐Ÿ™‚ Happy to help