I'd like to check by email address to see if someone using guest checkout already has a profile, but there doesn't seem to be any way to do this. Is there a better way?
Thanks!
03-13-2012 08:35 AM
Just try to create the profile, check for error E00039. If it's there, the profile is duplicate and Authorize.net will have returned the existing profile ID. If that isn't enough and you only want one profile per email, you'll have to store the email address and profile ID in your own database so you can check it prior to creating the profile.
03-13-2012 10:35 AM