Reviewing and testing the createCustomerProfileRequest message handler.
With the merchantCustomerId field being limited to 20 characters (why??!!!), it appears the message handler treats the profile.description and profile.email as a unique combination.
Can someone confirm this?
01-17-2019 04:25 PM
Hi @aaronhudon,
We look at merchantCustomerId, description and email together before attempting to create a customer profile. As long as the combination of these three fields is unique, customer profile creation will succeed. Profile creation will only fail if the combination of all three fields is a duplicate.
01-21-2019 02:16 AM
Hi @aaronhudon
You can check the below link for more details
Thanks
Anurag
01-22-2019 12:31 PM