cancel
Showing results for 
Search instead for 
Did you mean: 

CIM Payment Profile cardType & cardArt always return null

Hi,

I am using a sandbox account to test the CIM API. When I retrieve a credit card payment profile using the C# SDK's getCustomerPaymentProfileController, the creditcCardMaskedType.cardType andcreditcCardMaskedType.cardArt value always return null, but everything else looks as it should.

Is this correct behaviour? Is there any way to get the card type and/or card art for a payment profile?

Thanks.

Jabberrwocky1
Member
2 REPLIES 2

Hello @Jabberrwocky1

 

Those fields only apply when using Visa Checkout. 

 

Richard

RichardH
Administrator Administrator
Administrator

Thanks, Richard.


Is there any way for me to determine the card type of a payment profile? When showing my user's their payment profiles (using the API), I would like to distinguish between a "Visa" and a "Discover" card.

 

Thanks.