#Anuroop
1 messages ยท Page 1 of 1 (latest)
Hi ๐
How nested is the data you are talking about?
Just the info on the Customer object? https://stripe.com/docs/api/customers/object
Well mostly worried about address on customer and payment method objects at this point.
But would be great to know if there are restrictions on the data copy based on level of nesting or something else
I'm gonna try a quick test
Sure thanks!
I am seeing no data copied over
I think you would need to update that as the platform, since you would have access to both the original Customer
Not sure I follow, so cloning is not copying over any data?
๐ cloning only involves cloning the PaymentMethod. The Customer object is not cloned
Sorry if I have confused you, I was talking about two individual cases.
- When cloning customer from Platform to connect
- When cloning payment method from Platform to connect.
Yep "cloning customers" is a bit of a misnomer
While the Customer is involved to clone the PaymentMethod, the Customer is never cloned
Only the PaymentMethod
So no details associated to the Customer object will be carried over
Okay what about the Payment method, so when we clone a PM, does that carry over all the data to connect level?
Yep
Thank you!