<?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: Auto payment in CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22347#M12103</link>
    <description>&lt;P&gt;Yes, it is legal. You are only transferring credit card data through your server (I'm assuming regular, not hosted, CIM?), not storing it, and as I stated before, none of the profile ID's are considered protected values. Password security rules still apply, but you don't need to worry about the much more complicated data storage stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you're telling people up front that they will be charged once they go under the 10?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2012 16:28:59 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-01-30T16:28:59Z</dc:date>
    <item>
      <title>Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/19750#M10863</link>
      <description>&lt;P&gt;Hi I need to know whether auto payment is possible through CIM.&lt;/P&gt;&lt;P&gt;This means i have a requirement like&lt;/P&gt;&lt;P&gt;if the user clicks on pay button the already stored card information on the authorized.net server should be used to make the payment process instead of prompting the payment details again.&lt;/P&gt;&lt;P&gt;This should be one step process&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 07:18:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/19750#M10863</guid>
      <dc:creator>priya</dc:creator>
      <dc:date>2011-12-07T07:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/19758#M10867</link>
      <description>&lt;P&gt;Yes. CIM stores the payment details and returns a profile ID and payment profile ID(s), which you can store in your database and then later use to charge a transaction. The credit card information does not need to be re-entered unless the card stops working (expires, whatever).&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 10:58:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/19758#M10867</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-07T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22323#M12091</link>
      <description>&lt;P&gt;is it legeal to save&amp;nbsp;&lt;STRONG&gt;customerProfileid&lt;/STRONG&gt;,&lt;STRONG&gt;CustomerPaymentProfileid and&amp;nbsp;&lt;STRONG&gt;CustomerShipingAddressid &amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;to our database ???&lt;/P&gt;&lt;P&gt;Are these ids are not customer sensitive information??? is&amp;nbsp;PCI standards allows us to do that?? thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 08:22:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22323#M12091</guid>
      <dc:creator>koolhassan4u</dc:creator>
      <dc:date>2012-01-30T08:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22327#M12093</link>
      <description>&lt;P&gt;The profile ID's can not be used to retrieve credit card information and are therefore not protected under PCI security rules.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:08:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22327#M12093</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-30T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22341#M12100</link>
      <description>&lt;DIV&gt;Hello again,&lt;/DIV&gt;&lt;DIV&gt;Thanks for your reply.&lt;/DIV&gt;&lt;DIV&gt;I have a following situation.&lt;/DIV&gt;&lt;DIV&gt;A user comes in my website abc.com.(Assume my site is integrated with authrize cim module)&lt;/DIV&gt;&lt;DIV&gt;He register on my website and enable a option called auto recharge.Auto recharge means a user will set two amounts like lower=10 and upper =100.It means whenever a user credit goes to 10 or below we will auto recharge his account to 100 by using&amp;nbsp;&lt;A target="_blank" href="http://authorize.net/"&gt;authorize.net&lt;/A&gt;&amp;nbsp;CIM module.&lt;/DIV&gt;&lt;DIV&gt;Now the question is how i will do it.Its simple i will send 4 api calls to CIM module.&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;1)API call for create customerProfileid.By sending user information through api call to&amp;nbsp;&lt;/SPAN&gt;&lt;A target="_blank" href="http://authorize.net/"&gt;authorize.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;CIM module it will return&amp;nbsp; customerProfileid i will save it in my database)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;2) API call for create&amp;nbsp;&lt;STRONG&gt;CustomerPaymentProfileid&lt;/STRONG&gt;.By sending user information and&amp;nbsp;customerProfileid&amp;nbsp;&amp;nbsp;through api call to&amp;nbsp;&lt;A target="_blank" href="http://authorize.net/"&gt;authorize.net&lt;/A&gt;&amp;nbsp;CIM module it will return&amp;nbsp;&amp;nbsp;customerPaymentProfileid i will save it in my database)&amp;nbsp;.&lt;/DIV&gt;&lt;DIV&gt;3)&amp;nbsp;API call for create&amp;nbsp;&lt;STRONG&gt;CustomerShipingAddressid&lt;/STRONG&gt;.By sending user information and&amp;nbsp;customerProfileid&amp;nbsp;&amp;nbsp;through api call to&amp;nbsp;&lt;A target="_blank" href="http://authorize.net/"&gt;authorize.net&lt;/A&gt;&amp;nbsp;CIM module it will return&amp;nbsp;&amp;nbsp;customerShippingAddressid i will save it in my database)&amp;nbsp;.&lt;/DIV&gt;&lt;DIV&gt;4) In last i will send these three id to do a transaction.&lt;/DIV&gt;&lt;DIV&gt;Now i will set a cron of every 24 hours that will check user upper credit (100) &amp;nbsp;and lower credit (10) which will set by user as stated earliar.If the user credit is less than lower than i will make a transaction upper(100) of that user by sending an api call (*that api call have&amp;nbsp;customerProfileid&amp;nbsp;,&lt;SPAN&gt;CustomerPaymentProfileid and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CustomerShipingAddressid ids&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;in order todo a transaction&lt;/SPAN&gt;.&lt;/DIV&gt;&lt;DIV&gt;Now please tell me is it legal to save the above three ids to my database&amp;nbsp;and do a transaction whenever user reaches his lower limit...&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:41:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22341#M12100</guid>
      <dc:creator>koolhassan4u</dc:creator>
      <dc:date>2012-01-30T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22347#M12103</link>
      <description>&lt;P&gt;Yes, it is legal. You are only transferring credit card data through your server (I'm assuming regular, not hosted, CIM?), not storing it, and as I stated before, none of the profile ID's are considered protected values. Password security rules still apply, but you don't need to worry about the much more complicated data storage stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you're telling people up front that they will be charged once they go under the 10?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:28:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22347#M12103</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-30T16:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auto payment in CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22383#M12118</link>
      <description>&lt;P&gt;Exactly million thank.&amp;nbsp;:smileyhappy:&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 07:04:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Auto-payment-in-CIM/m-p/22383#M12118</guid>
      <dc:creator>koolhassan4u</dc:creator>
      <dc:date>2012-01-31T07:04:09Z</dc:date>
    </item>
  </channel>
</rss>

