#arielbo-connect

1 messages · Page 1 of 1 (latest)

humble nova
#

You should be able to

craggy root
#

Thanks and connect custom works with php ?

#

Maybe ?

humble nova
#

Should be yes

craggy root
#

Could you explain me better please, this questions

#

I develop this stripe elemento to subscriptions

humble nova
#

Sure. so are you using Custom Account and Destination Charges?

craggy root
#

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

humble nova
#

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

With Connect, you can create charges on your platform account, take fees, and then transfer remaining funds to your connected accounts.

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

craggy root
#

Ok 👍🏻 in the same code that I did Can I implement connect right?

humble nova
#

You would need to modify it, but basically it's the same flow

craggy root
#

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

humble nova
#

Please remove your secret key sk_xxx

#

Yes it's just an additional parameters transfer_data

craggy root
#

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 ?

humble nova
#

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

craggy root
#

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

humble nova
#

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

craggy root
#

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?

humble nova
#

Sounds like a platform

#

marketplace is where you have buyers buy directly from sellers

craggy root
#

Udemy are one platform in this se se right? Becouse all payments are madre to this company

humble nova
#

It could be seen as a marketplace also, since each instructor builds their own content

craggy root
#

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

humble nova
#

You are welcomed!

craggy root
#

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

humble nova
#

Two ways:

  1. Platform link: You provide a login link for them. They will be redirect to a page to use SMS to login
  2. Self-serve: They can go to connect.stripe.com/app/express and using email and SMS to login
craggy root
#

Good and Can I will be changes in his personal data or bank Accounts or just th ñe user connect Can be this changes ?

humble nova
#

for Express you the Connected Account holder will control the bank to Payout

craggy root
#

I see that in soñé form is like custom portal right? For customer , but in this case is for user connect

humble nova
#

ah wait

craggy root
#

Please orakaro exist some form to send me this conversation by email or save ?

humble nova
#

You can just copy the thread link. It should be available via Discord

craggy root
#

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?

humble nova
#

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

humble nova
craggy root
#

Thanks a lot

#

Have a good rest of the day