cancel
Showing results for 
Search instead for 
Did you mean: 

CIM - Update Customer Profile

Is it possible to update a customer profile's billiing address without re-entering the credit card information?

 

Looking at the documentation, it doesn't look like the following requests allow it:

 

  1. updateCustomerProfileRequest – Update an existing customer profile.
  2. updateCustomerPaymentProfileRequest – Update a customer payment profile for an existing customer profile.
  3. updateCustomerShippingAddressRequest – Update a shipping address for an existing customer profile.

 

updateCustomerPaymentProfileRequest looks like it would be the right choice, but it errors saying there is missing information if you don't send the credit card information.

 

15 REPLIES 15

hi thanks for your reply.

yes i was entered the correct expiry date.

i have get the valus from getCustomerPaymentProfileRequest.

if i reenter the card number and submiting the form means its working properly.

i just want to with out reenter the card number to update my payment profile its not working its through the error.

is it possible to with out reenter the card number to update my payment profile. please help me......

 

thanks in advance

thank you

dharma

It is required that you include the masked card information, even if you are not updating the card number or expiration date. 

Hi

thanks for your reply.

Yes I have submitted the masked credit card number like (xxxx1234 and XXXX1234)I am also tried xxxxxxxxxxxxx1234.

But it return the error.  This is not our problem.I don't know whether it is possible to update payment profile with out reenter the credit card number or not. please help me................

 

Thanks in advance

thank you

Dharma

If you're submitting the masked data as it's returned from the get request, I'm not sure why it's not working. Can you provide your full code for the update request and the associated response?

 

Thanks,

 

Michelle

Developer Community Manager

 

Hi

Thanks for your reply

 

here by i have attached screen shot for my edit form.

 

i have tried with masked credit card number like xxxx1234 and xxxxxxxxxxxx1234

 

this my code:

$cim->setParameter('cardNumber', $_REQUEST['orig_card_num');

other fields also set like this.

 

$cim->updateCustomerPaymentProfileRequest();

 

but it returns the below error.

"cardNumber is required and must be 13 to 16 digits".

 

i have tried to solve  this issue on past one month please help me.

 

thanks in advance

Thank you

Dharma

 

 

Hey Dharma,

 

Can you actually post the full code of the request? That will help us troubleshoot. 

 

Thanks,

Michelle