#mshakirkhan
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Hi, Yes sure please.
All objects used in a transaction need to live on the same account. You can either
- Copy the customer to the connected account: https://stripe.com/docs/connect/cloning-customers-across-accounts
- Or use destination charges to perform the charge on the Platform account and transfer the funds to the connected account.
What kind of Connected accounts and charges are you using currently?
Ideally, you shouldn't need to clone customers unless you have a very complex Stripe integration.
I don't want to share customer to my connected account, becuase I don't have complex logic. What I want to do here I have customer on my main account I just want to charge my same customer via connected account, How can I handle this ?
I'm currently setting up transactions under a Connect account, but I prefer not to create duplicate customer profiles there, as they already exist on the main account. My goal is to avoid redundancy. Additionally, I'm considering a scenario where, in the future, the same customer might transact with another new connected account. Would this situation require creating another duplicate customer profile in the new connected account? I'm seeking a streamlined solution to manage customer data across multiple accounts.
Could you please answer this for me?
By kind of account I mean Standard/Express/Custom accounts.
Standard account.
You can use both Direct charges and Destination charges with Standard.
"charge my same customer via connected account", what is exactly your goal here? Would it be fine for you, for Platform to charge the customers and then transfer the funds to the connected account (CA)? Or you specificly require CAs to charge the customers directly?
I require CAs to charge the customers directly.
Do customers have attached Payment Methods? Or just name/address?
Yes customers have attached Payment Methods.
Btw, you can also use on_behalf_of when using Destination charges to specify the settlement merchant: https://stripe.com/docs/connect/destination-charges#settlement-merchant
Otherwise, if you still want to use Direct charges, you will need to copy the Customers to the CA.
So which means I can't charge my customer without copying to connect account right?
What do you mean by "my customer" exactly? You mean you want to charge the saved Payment Method from your Customer object?
Yes
No, that's not possible.
If you want to reuse customers across your CAs it's better to do Destination Charges with on_behalf_of. Otherwise your customers will need to re-enter their payment details for each CA.
Can I reconnect you in an hour or 2? Actually I am away my battery almost gone. Is that ok?
Ok I got it thanks.