#khaled-connect-sc&t
1 messages · Page 1 of 1 (latest)
Hi 👋
You have one thread open. Do you have a new question?
hello in this screen shots
first one has payment with all details for example payment methods, customer name and etc
the other don't has anything
I will tell you what I am trying to do
I want to let the customer pay for the platform account for example 100$ and then In callback I made a transfer to connect account with 98% only
How did you create the Payments?
create checkout session
One of those is a Payment Intent. The other is a Charge. They are very different objects so you cannot simply compare the two
okay I see
so I will tell you what i want to do and advice with approach
1- create customer on platform account
2- clone the customer on connect account
3- let customer pay
4- if payment is success and done I made transfer to the connect account
5- delete the customer from the platform account
- This payment is occurring on the Platform right?
yes
Okay. After the initial payment, where will the charges be created?
created on the platform
and after payment done I need to send the money to connect account
but as a payment has all details Like payment method, customer, description and etc
as exist in platform account
Sorry that last part doesn't make sense to me.
Do you mean you want to send all the information on the payment to the Connect Account?
Or are you just using Separate Charges & Transfers? https://stripe.com/docs/connect/separate-charges-and-transfers
yes
I recommend you review the document I linked to make sure it works with your business model (if you haven't already)
when I used separate charge it make a transfer but without details as screenshot I sent above
I need the details for analytics
Those details will not be passed. You can add details to the Transfer metadata property if you need that data to exist on the Connect Account. https://stripe.com/docs/api/transfers/create#create_transfer-metadata