The API talks about returning the PaumentProfileID for us to use as a token of the card, but doesn't say anything about the format of that ID, how large it is, is it numeric, etc. My main interest is if it includes the last 4 card numbers or am I going to have to store that seperately so I have something to display to users when they choose which stored card to use.
Solved! Go to Solution.
08-26-2014 02:35 PM
Is basically an IDENTITY id, and so no, it don't include the last 4.
You could either store the last 4 on your server or just use the getcustomerprofile to get all their payment profiles.
08-26-2014 04:07 PM
Is basically an IDENTITY id, and so no, it don't include the last 4.
You could either store the last 4 on your server or just use the getcustomerprofile to get all their payment profiles.
08-26-2014 04:07 PM