<?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: Authorization Request without CreditCard Number and Expiry in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38033#M20830</link>
    <description>&lt;P&gt;I am using AuthorizeNet.dll and I followed 3 steps:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Created Customer Profile using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim Cust As New AuthorizeNet.CustomerGateway(YOUR_API_LOGIN_ID, YOUR_TRANSACTION_KEY, Service_Mode)&lt;BR /&gt;Return Cust.CreateCustomer(CustomerEmail, Description)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it returend Customer's ProfileID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Using that Customer's ProfileID i created its payment profile:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim Cust As New AuthorizeNet.CustomerGateway(YOUR_API_LOGIN_ID, YOUR_TRANSACTION_KEY, Service_Mode)&lt;BR /&gt;Dim cRsp As String&lt;BR /&gt;If Not BillAddress Is Nothing Then&lt;BR /&gt;cRsp = Cust.AddCreditCard(CustomerProfileID, CustomerCardNumber, ExpMonth, ExpYear, CardCode, BillAddress)&lt;BR /&gt;Else&lt;BR /&gt;cRsp = Cust.AddCreditCard(CustomerProfileID, CustomerCardNumber, ExpMonth, ExpYear, CardCode)&lt;BR /&gt;End If&lt;BR /&gt;Return cRsp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From above call i got PaymentProfileID, which i saved into my database, i have saved only that cardID nothing else e.g. CreditCardNumber/ExpMonth/ExpYear/CardCode none of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i need to do Authorize/Capture/AuthNCapture/Refund transactions but most of them requires CardNumber/Expiration which i don't have, infact i can't save that as per our PCI Compliance standards and company Policy. Please guide me how can i achive above transactions withour card data? i have CustomerProfileID and CardID/PaymentProfileID only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;Faheem&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.machsol.com/" target="_blank"&gt;http://www.machsol.com/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2013 06:57:36 GMT</pubDate>
    <dc:creator>machsol123</dc:creator>
    <dc:date>2013-12-26T06:57:36Z</dc:date>
    <item>
      <title>Authorization Request without CreditCard Number and Expiry</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38009#M20818</link>
      <description>&lt;P&gt;Hi Al, To meet PCI Compliance standards i am not saving card data on local db. I created card on AuthorizeNet servers and i have CardID returned from API. I need to Authorize a transaction but AuthorizeNet Authorization class demands following parameters:&lt;/P&gt;&lt;P&gt;Dim Obj as new AuthorizeNet.AuthorizationRequest(CardNumber, ExpMonthYear, Amount, Description, IncludeCapture)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have credit card number and Expiry date saved and when i use to get a card it returns only last 4 digits of card number what to do?please help me out , how can i authorize a transaction without using card number and expiry?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reply ASAP.&lt;/P&gt;&lt;P&gt;faheem&lt;/P&gt;&lt;P&gt;faheemsial@gmail.com&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2013 07:52:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38009#M20818</guid>
      <dc:creator>faheemsial</dc:creator>
      <dc:date>2013-12-24T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Request without CreditCard Number and Expiry</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38017#M20822</link>
      <description>&lt;P&gt;look like you might be using CIM, documentation is &lt;A href="http://developer.authorize.net/api/cim/" target="_self"&gt;here &lt;/A&gt;&lt;/P&gt;&lt;P&gt;But they have profileID, and paymenprofileID, not cardID. Can you tell us which method you call to get the CardID?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2013 13:42:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38017#M20822</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-24T13:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Request without CreditCard Number and Expiry</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38033#M20830</link>
      <description>&lt;P&gt;I am using AuthorizeNet.dll and I followed 3 steps:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Created Customer Profile using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim Cust As New AuthorizeNet.CustomerGateway(YOUR_API_LOGIN_ID, YOUR_TRANSACTION_KEY, Service_Mode)&lt;BR /&gt;Return Cust.CreateCustomer(CustomerEmail, Description)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it returend Customer's ProfileID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Using that Customer's ProfileID i created its payment profile:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim Cust As New AuthorizeNet.CustomerGateway(YOUR_API_LOGIN_ID, YOUR_TRANSACTION_KEY, Service_Mode)&lt;BR /&gt;Dim cRsp As String&lt;BR /&gt;If Not BillAddress Is Nothing Then&lt;BR /&gt;cRsp = Cust.AddCreditCard(CustomerProfileID, CustomerCardNumber, ExpMonth, ExpYear, CardCode, BillAddress)&lt;BR /&gt;Else&lt;BR /&gt;cRsp = Cust.AddCreditCard(CustomerProfileID, CustomerCardNumber, ExpMonth, ExpYear, CardCode)&lt;BR /&gt;End If&lt;BR /&gt;Return cRsp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From above call i got PaymentProfileID, which i saved into my database, i have saved only that cardID nothing else e.g. CreditCardNumber/ExpMonth/ExpYear/CardCode none of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i need to do Authorize/Capture/AuthNCapture/Refund transactions but most of them requires CardNumber/Expiration which i don't have, infact i can't save that as per our PCI Compliance standards and company Policy. Please guide me how can i achive above transactions withour card data? i have CustomerProfileID and CardID/PaymentProfileID only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;Faheem&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.machsol.com/" target="_blank"&gt;http://www.machsol.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 06:57:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38033#M20830</guid>
      <dc:creator>machsol123</dc:creator>
      <dc:date>2013-12-26T06:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Request without CreditCard Number and Expiry</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38035#M20831</link>
      <description>&lt;P&gt;As i mentioned at starting post that i am using call below to perform Authorize transaction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim Obj as new AuthorizeNet.AuthorizationRequest(CardNumber, ExpMonthYear, Amount, Description, IncludeCapture)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i also have other option in API to use card present call but that required (Track1, Track2) which i dont have too .... &amp;nbsp;please advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 07:00:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38035#M20831</guid>
      <dc:creator>machsol123</dc:creator>
      <dc:date>2013-12-26T07:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Request without CreditCard Number and Expiry</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38037#M20832</link>
      <description>&lt;P&gt;You are using the wrong &lt;SPAN&gt;AuthorizationRequest, that one is from AIM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;need to do something like&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Dim Cust As New AuthorizeNet.CustomerGateway(YOUR_API_LOGIN_ID, YOUR_TRANSACTION_KEY, Service_Mode)

Cust.AuthorizeAndCapture(profileID, paymentProfileID, amount);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2013 13:00:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorization-Request-without-CreditCard-Number-and-Expiry/m-p/38037#M20832</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-26T13:00:23Z</dc:date>
    </item>
  </channel>
</rss>

