We've had customers try to add a new payment method and received this message. They've received their updated credit card (same number, different expiry date) and need to add it in as their new payment method. The only thing that's changed on their credit card is the expiration date.
I'm using CreateCustomerPaymentProfile. Any thoughts on what's happening?
Bill
01-15-2014 01:34 PM
instead of create do a update customer payment profile.
01-15-2014 03:15 PM
I vaguely recall reading about a setting on your account that allows entering of 'duplicate' cards for scenarios like these. Does that ring a bell?
I'm fine using UpdateCustomerPaymentProfile but need a quick fix until I can add the update screens.
01-16-2014 07:01 AM
I vaguely recall reading about a setting on your account that allows entering of 'duplicate' cards for scenarios like these. Does that ring a bell?
Not that I remember. But you could do a delete customer payment profile first, then do a create.
01-16-2014 07:32 AM