#Soung Chanpichka
1 messages · Page 1 of 1 (latest)
Checkout Session is meant for payment collection from Customer. Do you mean that you want to collect the payment from the customer and automatically transfer to the connect account? If so, what connected account type (Standard, Express or Custom) are you using?
yes sure and my connect account type is express. and one more question in checkout session could the customer transfer money as they wish ?
For Express, Checkout Session supports Destination Charges where the application fee will be kept in the platform and the remaining amount will be transferred to connected account automatically.
You will set additional fields for Destination Charges on Checkout Session:
payment_intent_data.application_fee_amount- application fee for platform: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-application_fee_amountpayment_intent_data.transfer_data.destination- connected account ID to transfer to: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-transfer_data-destination
thank you so much, one more question in checkout session could the customer transfer money as they wish ?
What do you mean by "customer transfer money as they wish"? Transfer to who?
Transfer to my application
You should set up the amount to be collected from the Checkout Session and amount for your platform. The remaining amount will then be transferred to connected account
There are 3 parties involved. Customer, platform and connected account
Sorry for making you confuse. Actually I just want checkout session could the customer transfer money to connect account as they wish
Hey! Taking over for my colleague. Could you give more detail please? can you give an example of what you want to achieve?
i mean that i want to collect the payment from the customer and transfer to the connect account and payment depend on customer by using checkout session
My platform is to help the organizer to track if their invited audience has pay for them.
Yes you can following the message of my colleague previsouly.