<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieve Credit Card Type of Payment Profile using CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9120#M6080</link>
    <description>&lt;P&gt;I ran into this need/problem recently as well. here's what I've found from poking around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the cim webservice&amp;nbsp;wsdl ( &lt;A rel="nofollow" href="https://api.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt; ) indicates you should be able to get the cardType from the credit card info (CreditCardMaskedType) nested in the response to the GetCustomerPaymentProfile call.&amp;nbsp; unfortunately, this doesn't seem to produce any information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you need to get card types for specific transactions, you should be able to get that info from the directResponse/AIM response to a CreateCustomerProfileTransaction, if you want to store it at the time of transaction.&amp;nbsp; Alternatively, you can use the new Transaction Details API ( &lt;A rel="nofollow" href="http://www.authorize.net/support/CP/helpfiles/Account/Settings/Security_Settings/transaction_details_api.htm" target="_blank"&gt;http://www.authorize.net/support/CP/helpfiles/Account/Settings/Security_Settings/transaction_details_api.htm&lt;/A&gt; ), once you've enabled it on your account.&amp;nbsp; the response to GetTransactionDetails has a CreditCardMaskedType nested inside it, that is indeed populated with the cardType.&amp;nbsp; So, that would allow for retrieval after-the-fact, if that suits your needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for a little more detail:&lt;/P&gt;&lt;P&gt;- for a GetTransactionDetails call, cardtype will be in response.transaction.payment.creditCard.cardType&lt;/P&gt;&lt;P&gt;- for GetCustomerPaymentProfile, it will be in response.paymentProfile.payment.creditCard.cardType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Dec 2010 00:46:57 GMT</pubDate>
    <dc:creator>brianhenry</dc:creator>
    <dc:date>2010-12-31T00:46:57Z</dc:date>
    <item>
      <title>Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4585#M3981</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For our own accounting purposes, it is necessary for us to know the type of card that was used for each transaction on our site. However, I cannot find any way to retrieve the credit card type of an associated customer payment profile using CIM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get this information without having to create a lookup table in our database to store it locally every time a payment profile is created or updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 16:48:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4585#M3981</guid>
      <dc:creator>djdestasio11</dc:creator>
      <dc:date>2010-08-11T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4587#M3982</link>
      <description>&lt;P&gt;The first digit(s) of the number will tell you which kind of card it is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 = Amex&lt;/P&gt;&lt;P&gt;4 = Visa&lt;/P&gt;&lt;P&gt;5 = MasterCard&lt;/P&gt;&lt;P&gt;6011 = Discover Card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want a &lt;A target="_self" rel="nofollow" href="http://en.wikipedia.org/wiki/Bank_card_number"&gt;more comprehensive list see Wikipedia&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 17:15:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4587#M3982</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-08-11T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4589#M3983</link>
      <description>&lt;P&gt;Okay, I did know that. However, I wasn't aware that I could get the entire card number back from CIM unmasked after the profile has been created in order to view the first digits of the card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I accomplish this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 17:34:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4589#M3983</guid>
      <dc:creator>djdestasio11</dc:creator>
      <dc:date>2010-08-11T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4597#M3987</link>
      <description>&lt;P&gt;I don't know where you heard that but it's not true. You cannot get the unmasked number back from CIM or any other API.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 20:26:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4597#M3987</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-08-11T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4633#M4000</link>
      <description>&lt;P&gt;Exactly my point... which is why the suggested solution of using the first digits of the card to determine the type doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question was -- is there a way with the APIs to determine the type of card that belongs to a payment profile WITHOUT having to keep a local lookup table that associates each payment profile to a given credit card type when the profile is created -- that seems rather absurd.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are able to recognize the card type when a new payment profile is created without an issue. What we need is a way to charge a profile that already exists and associate a card type to our local transaction record. Since we don't keep numbers locally and there is no way to get the unmasked credit card -- the only way to make this work that I know of is to create the aforementioned lookup table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, is there an easier way to via the APIs to get the credit card type of an existing payment profile. We don't care about the number -- in fact, the whole point of us using Authorize.net is that we don't want to know it after it's been created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two distinct merchant accounts and it matters to us what type of card is used for the transaction so that we can match correctly match the transaction to the merchant account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2010 20:14:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/4633#M4000</guid>
      <dc:creator>djdestasio11</dc:creator>
      <dc:date>2010-08-12T20:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9120#M6080</link>
      <description>&lt;P&gt;I ran into this need/problem recently as well. here's what I've found from poking around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the cim webservice&amp;nbsp;wsdl ( &lt;A rel="nofollow" href="https://api.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt; ) indicates you should be able to get the cardType from the credit card info (CreditCardMaskedType) nested in the response to the GetCustomerPaymentProfile call.&amp;nbsp; unfortunately, this doesn't seem to produce any information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you need to get card types for specific transactions, you should be able to get that info from the directResponse/AIM response to a CreateCustomerProfileTransaction, if you want to store it at the time of transaction.&amp;nbsp; Alternatively, you can use the new Transaction Details API ( &lt;A rel="nofollow" href="http://www.authorize.net/support/CP/helpfiles/Account/Settings/Security_Settings/transaction_details_api.htm" target="_blank"&gt;http://www.authorize.net/support/CP/helpfiles/Account/Settings/Security_Settings/transaction_details_api.htm&lt;/A&gt; ), once you've enabled it on your account.&amp;nbsp; the response to GetTransactionDetails has a CreditCardMaskedType nested inside it, that is indeed populated with the cardType.&amp;nbsp; So, that would allow for retrieval after-the-fact, if that suits your needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for a little more detail:&lt;/P&gt;&lt;P&gt;- for a GetTransactionDetails call, cardtype will be in response.transaction.payment.creditCard.cardType&lt;/P&gt;&lt;P&gt;- for GetCustomerPaymentProfile, it will be in response.paymentProfile.payment.creditCard.cardType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2010 00:46:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9120#M6080</guid>
      <dc:creator>brianhenry</dc:creator>
      <dc:date>2010-12-31T00:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9130#M6085</link>
      <description>&lt;P&gt;If I am understanding correctly - you have more than one merchant account for card payments - does that mean you have more than one auth.net account? If not&amp;nbsp;can one auth.net&amp;nbsp;account map to more than on merchant account? I always presumed that you could only use one auth.net account with one merchant account. This is very interesting....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even beyond that - is it possible to use accounts stored on one CIM (using one set of keys) on a different auth.net payment account (ie. a different set of keys) - I had always presumed CIM profiles needed to be used on the same account they were created....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2011 15:13:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9130#M6085</guid>
      <dc:creator>TSdotNet</dc:creator>
      <dc:date>2011-01-03T15:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9282#M6157</link>
      <description>&lt;P&gt;The card type is returned in the 52nd field of the delimited direct response returned with any createCustomerProfileTransactionResponse. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't a method, that I am aware of, of obtaining the card type of a payment profile without storing it locally on your end or processing a transaction and receiving the response that includes this data. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 23:32:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/9282#M6157</guid>
      <dc:creator>Elaine</dc:creator>
      <dc:date>2011-01-06T23:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/10620#M6780</link>
      <description>&lt;P&gt;I am curious as to why the CardType information shows up for CreateCustomerProfileTransaction, but does not show up in&amp;nbsp;GetCustomerPaymentProfile ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2011 20:04:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/10620#M6780</guid>
      <dc:creator>jeffg</dc:creator>
      <dc:date>2011-02-24T20:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/12758#M7751</link>
      <description>&lt;P&gt;I'd love to hear an answer for this as well, since the property is there - but is always returned as null.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2011 17:58:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/12758#M7751</guid>
      <dc:creator>Cory</dc:creator>
      <dc:date>2011-05-09T17:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/13064#M7885</link>
      <description>&lt;P&gt;Currently the card type is only returned with transaction responses, such as those that are included in the createCustomerProfileTransactionResponse. The addition of the card type was only recently added to the transaction response and well after the release of the CIM API thus it is not included in functions that do not include a transaction response. I have noted your request for the card type to be added to other function responses and have been advised that the request has been placed in the backlog within the group which maintains the CIM feature code. I cannot provide an ETA on when it will be made available however, when it is, an announcement will be placed in the News and Announcements section of this forum. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2011 22:12:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/13064#M7885</guid>
      <dc:creator>Elaine</dc:creator>
      <dc:date>2011-05-23T22:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/26958#M14284</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar to the original poster we are in need of retrieving the credit card type for accounting purposes. Was wondering if there had been any updates to the CIM process that allowed this now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:07:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/26958#M14284</guid>
      <dc:creator>ChrisOBS</dc:creator>
      <dc:date>2012-06-05T15:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/27076#M14336</link>
      <description>&lt;P&gt;No, this particular feature has not yet been added to CIM. For now, it is recommended that you store the card type when the profile is created.&amp;nbsp; A workaround would be to run a testMode validation on the profile and check the card type that is returned in the response.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2012 22:40:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/27076#M14336</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-06-11T22:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/31898#M16604</link>
      <description>&lt;P&gt;Is there any update to CIM API that will give us the Credit Card Type.&lt;/P&gt;&lt;P&gt;The posted notes was that it is in development and hasn't been released as of May 2011. Do you know if&amp;nbsp;this feature&amp;nbsp;has been released now (Dec 2012).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:43:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/31898#M16604</guid>
      <dc:creator>ascent1</dc:creator>
      <dc:date>2012-12-05T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/32339#M16901</link>
      <description>&lt;P&gt;Yes, I would like an update on this as well please. &amp;nbsp;I'm running into the same problem, none of the mentioned workarounds produce a credit card type for me (or at least I can't find an exposed property on any of the responses or such that include a credit card type).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind of ridiculous IMO that there is no direct method for retrieving a credit card type once the payment profile is stored.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 15:57:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/32339#M16901</guid>
      <dc:creator>jgajeway</dc:creator>
      <dc:date>2012-12-27T15:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/39910#M21724</link>
      <description>&lt;P&gt;bump!&lt;BR /&gt;&lt;BR /&gt;I would like this information retrievable also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit:&lt;BR /&gt;&lt;BR /&gt;Holy crap! I just noticed the dates on these original requests. People were asking about this over 2 years ago and it was placed in some backlog and still has not been implemented? What is taking so long???&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:38:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/39910#M21724</guid>
      <dc:creator>treii28</dc:creator>
      <dc:date>2014-03-19T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/41564#M22498</link>
      <description>&lt;P&gt;I'm using the following approach to retriving Card Type. Looks like it may be helpful in this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$request = new AuthorizeNetTD;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$response = $request-&amp;gt;getTransactionDetails($authcode); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$response_cardtype = $response-&amp;gt;xml-&amp;gt;transaction-&amp;gt;payment-&amp;gt;creditCard-&amp;gt;cardType;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 17:03:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/41564#M22498</guid>
      <dc:creator>joedonahue</dc:creator>
      <dc:date>2014-06-05T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/54973#M29924</link>
      <description>While I realize this is an old post I still wanted to update.&lt;BR /&gt;&lt;BR /&gt;This feature should absolutely have been in our Customer API from the start. The good news is we're implementing the functionality right now and it should be available in an upcoming release. While I can't give you definitive dates I can say we'really talking about weeks away, not months or years.&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Sun, 19 Jun 2016 16:13:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/54973#M29924</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2016-06-19T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/54997#M29945</link>
      <description>&lt;P&gt;I do see getCardType() and setCardType() methods in the&amp;nbsp;CreditCardMaskedType class, however the &lt;SPAN&gt;getCardType()&lt;/SPAN&gt;&amp;nbsp;seems to return nothing. Are these placeholders / not implemented? What happens if one passes a value to the set&lt;SPAN&gt;CardType()&lt;/SPAN&gt; method?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:58:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/54997#M29945</guid>
      <dc:creator>tempoconsulting</dc:creator>
      <dc:date>2016-06-23T17:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Credit Card Type of Payment Profile using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/55487#M30371</link>
      <description>&lt;P&gt;I am unable to get CVV number form&amp;nbsp;GetCustomerPaymentProfile method.&lt;BR /&gt;Can anyone help me ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 06:43:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieve-Credit-Card-Type-of-Payment-Profile-using-CIM/m-p/55487#M30371</guid>
      <dc:creator>saadch8811</dc:creator>
      <dc:date>2016-08-17T06:43:21Z</dc:date>
    </item>
  </channel>
</rss>

