#vibhav-cloning-pms

1 messages · Page 1 of 1 (latest)

quiet heron
#

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

forest sky
#

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:

#
  1. 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:

#

we are using source api for charging the customer for card payments

#

you there?

quiet heron
#

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

forest sky
#

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

quiet heron
#

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?

forest sky
#

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

quiet heron
#

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