#theonlybigbad_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/1326590167636643974
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm not familiar with the contents of that video, can you share what approach it recommended to accomplish paying affiliates?
The video goes through setting up a PriceLink with transfer_data: { destination: referrer's StripeAccountId, amount: commission_rate } and when the Affiliate distributes the link and when users make a purchase a the amount is transferred to the referrer's account. I'm wondering if that will work if the product is a subscription and each month when the subscription renews, does the affiliate get the same amount again.
Hello! I'm taking over and catching up...
When you say "PriceLink" do you mean a Payment Link?
Sorry Yes Payment Link
It sounds like you probably want to use application_fee_percent instead: https://docs.stripe.com/api/payment-link/object#payment_link_object-application_fee_percent
But the description seems backwards, such that the Application Owner is us, and the connect account is the affiliate... We just want to give the affiliate a small portion. But I guess our application fee could be $14 or 0.9333 if doing application_fee_percent... so the affiliate/connect account is getting only $1.
I guess that will work.