cancel
Showing results for 
Search instead for 
Did you mean: 

Handling E00027

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.

Drummin
Member
2 REPLIES 2

 

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

Joy
Administrator Administrator
Administrator

Thank you Joy.

 

I didn't think there would be but wanted to be sure.

Thanks again!