#prycellek - application fees
1 messages · Page 1 of 1 (latest)
hey there, this can usually be handle by "application fees". Can you share what sort of integration pattern you're using?
For example, when creating a subscription you can set application_fee_percent to indicate the fee % to be collected by your Connect application:
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.
Thanks for your answer, but is it possible that I can create account for my client somehow and I can transfer 80$ to his account and 20$ to my account and he will be able to see his founds?
Sorry for question but I'm not so familiar with stripe API I'm trying to figure out some way how I can implement it
Application fees are collected for your platform during other payments. If you want to transfer funds separately from payments you need ot read about "separate charges and transfers":
https://stripe.com/docs/connect/charges-transfers
Is this mean that my client need to create stripe account provide me key and I can make transfers?
I will have a look docs shortly
(NOT with Stripe) In general, this means your account is a Platform account with Connected Accounts (there are several types). You would "onboard" (it's in the documents) your client as a Connected Account to your Platform Account. Your Platform Account handles most of the process of setting up payments by customers, which your Platform can arrange to pay/transfer to your Connected Accounts while retaining some portion in a number of different ways.
They need to have their own connected account connected to your platform, yes. You can only send funds to connected Stripe accounts. I think you should review more about Connect in general: https://stripe.com/connect
I will do! Thank you
last question before I do that
can my customer access this connected account? to see balanace money etc?
Yes, depending on the type of account you choose for your use case: https://stripe.com/docs/connect/accounts#choosing-approach
eg: you might choose Express and use the express dashboard: https://stripe.com/docs/connect/express-dashboard