cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

CIM - PaymentProfileID format

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.

maelstrm
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

RaynorC1emen7
Expert
1 REPLY 1

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.

RaynorC1emen7
Expert