#afzal
1 messages · Page 1 of 1 (latest)
Hi there!
Hello
Sorry I don't understand your question. Can you try to re-explain what you are trying to do?
can we implement cbheckout session functionality with stripeCOnnectAccount, because checkoutSession is reuires customerId to create checkout, but how to bypass customer creation and direct using connectAccount for paying to the admin dashboard?
Do you want to create a Checkout Session directly on the Connected account, or do you want to create a Checkout Session that the Connected account user has to pay?
Checkout Session that the Connected account user has to pay
Then there's nothing specific to Connect in this case. Just create a regular Checkout Session, and send it to the Connect user. And they will have to fill their payment information.
but checkoutSession needs customerId field, right?
And if you need a customer ID, just create a Customer object for your connected account.
and plus, can you tell me what are the percentage deducted from amount while creating stripe transfer?
If you create a Transfer object, then it's free https://stripe.com/docs/api/transfers
But note that Transfer and Checkout Session are different.
Now I know, Thanks @cursive mica for being helping hand for really meantime
Happy to help 🙂