- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
createCustomerProfileRequest- descript+email
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @aaronhudon
You can check the below link for more details
Thanks
Anurag
Send feedback at developer_feedback@authorize.net
โ01-22-2019 12:31 PM

