Developer support found my error: In your actual request code you are
missing the line: request.unmaskExpirationDateSpecified = true; The
correct code is: var request = new getCustomerPaymentProfileRequest();
request.customerProfileId = customerProfi...
Hello, I'm still unable to retrieve an unmasked expiration date. Like
most people in this thread, I started by using the
getCustomerProfileRequest call and was diappointed to find all
expiration dates were "XXXX". After reading this thread, I was ann...