#Karthik-connect
1 messages · Page 1 of 1 (latest)
hi! well, you sort of can, that's what https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods can be used for. After saving the card on the platform you can clone it to a connected account and charge it there.
i have seen this documentation. With this i am able to clone the payment method and customer from platform account to connect account. But my question is how do i create a single payment intent that will save the card in the platform account and make the payment to the connect account.
What am i missing ?
But my question is how do i create a single payment intent that will save the card in the platform account and make the payment to the connect account.
you can't, that's not possible to do all in a single PaymentIntent
so I guess you're not missing anything
unless you are talking about a Destination Charge(https://stripe.com/docs/connect/destination-charges) where you process the payment on the platform (and save the card there) and transfer some of the money to the connected account? Depends really what you're doing and if you use Direct or Destination(I was assuming you want to use Direct)
that helps thanks.
On a different note, Is there way to use standard account dashboard without a stripe login ?
I mean we could create a login link like how we do for express account
nope, that's only for Express
you can just have a link in your pages to dashboard.stripe.com and message it as "log into your Stripe account here" or something, maybe
not sure what you mean
Using Single Sign On instead of using stripe username password
we do have an SSO solution yes: https://stripe.com/docs/dashboard/sso