If I am creating a new customer and payment profile using
$xml->createCustomerProfileRequest(....)
and I receive back E00027 and I send them back to the form to correct billing address then submit again
$xml->createCustomerProfileRequest(....)
will I receive back E00039 indicating duplicate customer profile?
I am rebuilding a live site that is highly active on a daily basis so I don't want to mess this up.
09-24-2015 11:55 AM
Hi Drummin,
There should not be an error due to a duplicate profile because your initial request was failing so there was no profile being created to start.
Thanks,
Joy
10-01-2015 03:20 PM
Thank you Joy.
I didn't think there would be but wanted to be sure.
Thanks again!
10-01-2015 03:40 PM