#vibhav-cloning-pms
1 messages · Page 1 of 1 (latest)
hello, here you go, what was your question? ah cloning customers is not possible
you can only clone PaymentMethods
not customers
a customer on the Platform vs on the Connect account are two distinct objects, you'll have to keep the two in sync manually
Ok here is my requirement. We are pushing some metadata for customer and transaction to prepare some custom radar rules. Now i got to know that until unless we dont have transaction and customer in same connect account. we can not achieve radar rules. by the way at present we are creating customer in platform account, but creating transaction in connect accounts
so for this need to have 2 things i believe:
- customer object in connect account and 2. need to have customer metadata also in connect account
I have a message from our stripe account manager like this:
Apologies, we had a look at your api calls and it appears that the customer object is not getting cloned (see step 3) on the connected account:
https://stripe.com/docs/connect/cloning-customers-across-accounts
Are you able to share this with the team as well?
Thank you!
we are using source api for charging the customer for card payments
you there?
so there's a lot here
that doc isn't clearly named
cloning customers is not a thing
that only clones Tokens
and you can clone Sources yes
or PaymentMethods
but really my point remains, that if you have a Customer on the Platform, and a Customer on the Connect account, you have to keep the two "in sync" manually
so you update metadata on cus_1 in Platform, you have to update metadata on cus_2 in Connect acct
ok one more question, is it possible to access customer from platform and transaction from connect account and put a radar rule for fraud check
can you elaborate on that? what do you mean "access customer" and "transaction"?
you're using Direct Charges, so you're asking if there is a way to do a Direct Charge on a Platform Customer (and their metadata) right?
Ok here is the complete story what we are trying to achieve.
We are trying to build some radar rules based on customer metadata and charge transaction metadata. customer object resides in platform account and charge resides in connect account. Now my question is, ll it be possible to access these 2 metadata and build some radar rules
so yes I'm following
but really my advice is the same
you have to have multiple Customer objects across Platform and Connect accts
and your code has to "sync" them together
ultimately, you need a Customer in the Connect acct since you want to use metadata from that object in the Radar Rule