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:
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.
07-08-2011 12:40 PM
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
08-03-2011 09:38 PM
It is required that you include the masked card information, even if you are not updating the card number or expiration date.
08-05-2011 10:32 AM
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
08-05-2011 10:07 PM
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
08-09-2011 10:23 AM
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
08-10-2011 12:53 AM - edited 08-10-2011 12:54 AM
Hey Dharma,
Can you actually post the full code of the request? That will help us troubleshoot.
Thanks,
Michelle
08-11-2011 01:10 PM