#arielbo-connect
1 messages · Page 1 of 1 (latest)
Should be yes
Could you explain me better please, this questions
I develop this stripe elemento to subscriptions
Sure. so are you using Custom Account and Destination Charges?
My dude is if to develop stripe connect custom i need to do something more or I will reuse the same code ?
Im new in connect
Yes, you need to follow the Destination Charge flow. I suggest reading https://stripe.com/docs/connect/destination-charges and https://stripe.com/docs/connect/charges#types first
Then from when you create the Subscription, specify transfer_data
https://stripe.com/docs/api/subscriptions/create#create_subscription-transfer_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok 👍🏻 in the same code that I did Can I implement connect right?
You would need to modify it, but basically it's the same flow
I see that I will be program in the same code that i have
$payment_intent = \Stripe\PaymentIntent::create([
'amount' => 1000,
'currency' => 'usd',
'application_fee_amount' => 123,
'transfer_data' => [
'destination' => '{{CONNECTED_STRIPE_ACCOUNT_ID}}',
],
]);
Really good
Please remove your secret key sk_xxx
Yes it's just an additional parameters transfer_data
I have another ask, in this scenario id i have one customer and the same person will be onboard on connect like professor for example no problem right ?
No. Customer is different than Connected Account. Connected Account will have a Stripe account, which Customer does not
You can think Connected Account (either Custom or Express or Standard) is your partner businesses. Customer are those who pay for both you and your partners
Good explain
Maybe you can explain me better which os the diference between plataform and marketplace, sorry if my ask is very simple, im new in connect
Becouse you recomendando express for marketplace and standard for platforms
I think this Doc should explain better than me: https://stripe.com/docs/connect/accounts. Platform is the generic term in Connect, identify you(the Platform) vs. your business partners (Connected Account). Marketplace is a type of business they may benefit from Connect
I read this
While i read what do you think about this example, an affiliate business in which I want my business partners to sell my products and give them a 10% commission for each sale they make of my software, would it be a marketplace or a platform?
Sounds like a platform
marketplace is where you have buyers buy directly from sellers
Udemy are one platform in this se se right? Becouse all payments are madre to this company
It could be seen as a marketplace also, since each instructor builds their own content
I understand your explanación is really good orakaro
Thank you so much i read more to understand better all but your help like always is invaluable
You are welcomed!
One last ask
that you know in connect express the user will have his own access data (username and password) to access his data or I can connect him through my system as is done with the custom portal stripe for example through a link that is generated
Two ways:
- Platform link: You provide a login link for them. They will be redirect to a page to use SMS to login
- Self-serve: They can go to connect.stripe.com/app/express and using email and SMS to login
Good and Can I will be changes in his personal data or bank Accounts or just th ñe user connect Can be this changes ?
for Express you the Connected Account holder will control the bank to Payout
I see that in soñé form is like custom portal right? For customer , but in this case is for user connect
ah wait
To correct myself, Express account holder will control their bank to Payout. The Doc is here: https://stripe.com/docs/connect/bank-debit-card-payouts
Please orakaro exist some form to send me this conversation by email or save ?
Really thanks
with your guidance it even makes me want to develop in custom connect but otherwise I will see to use checkout connect
does it have its own api for php custom connect?
Happy to help. If you have other questions feel free to ask in the channel. I am stepping down for the day
Custom Connect should work regardless which language you use. PHP should works too
My colleague would be happy to continue assisting you