<?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: How do I create non-structured future payments in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17944#M9993</link>
    <description>&lt;P&gt;So I would use the AuthCapture but leave out the CCV. The CCV is would normally be required for&amp;nbsp;AuthCapture because my account is set to reject if the CCV doesn't match, however, because I included the CCV when I initially created the Payment Profile I don't need to include it in my AuthCapture. Correct? (I hope it is because I don't want to waste any more of your time ;)&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2011 16:50:15 GMT</pubDate>
    <dc:creator>drewgg</dc:creator>
    <dc:date>2011-10-12T16:50:15Z</dc:date>
    <item>
      <title>How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17898#M9970</link>
      <description>&lt;P&gt;(I'm sorry if this is answered clearly somewhere, I couldn't find it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to be able charge a customer 4 times, on specific dates that span nearly 10 months from the first charge to the last. What's the best way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't look like any APIs have the ability to schedule payments for the future so I thought using the CIM XML API to create a customer profile would do the trick. However in order to make those 4 payments at the allotted times I'll have have the card's CCV since we check against it, that means I have to store CCVs locally for more than a year (which breaks PCI Compliance). Do I have any options here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any advice!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 19:27:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17898#M9970</guid>
      <dc:creator>drewgg</dc:creator>
      <dc:date>2011-10-11T19:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17906#M9974</link>
      <description>&lt;P&gt;You don't need CCV except when setting up the billing profile or making changes to it. CIM is the way to go.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 03:36:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17906#M9974</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-12T03:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17918#M9980</link>
      <description>&lt;P&gt;Thank you for the response TJ. I didn't notice yesterday that the "Prior Authorization and Capture" version of "createCustomerProfileTransactionRequest" didn't require a CCV. So I should use the CCV when I set up the profile and then use the "profileTransPriorAuthCapture" to create the&amp;nbsp; transactions. Makes sense, thanks!&lt;/P&gt;createCustomerProfileTransactionRequest﻿﻿</description>
      <pubDate>Wed, 12 Oct 2011 13:57:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17918#M9980</guid>
      <dc:creator>drewgg</dc:creator>
      <dc:date>2011-10-12T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17920#M9981</link>
      <description>&lt;P&gt;Actually, you'd just have your routine check every day to see if they're due, and if they are, run an AuthCapture. There's no need to authorize and then capture later, unless the first charge is always within 7 days of signing up and you don't want to spend the extra transaction fee on validation mode (which charges them a cent to verify their credit card info and then immediately voids).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:08:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17920#M9981</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-12T14:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17928#M9985</link>
      <description>&lt;P&gt;Hmm. Maybe the terms are confusing me or maybe I'm not getting it. This is my current understanding:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the customer registers initially (which may be weeks or months before the first scheduled charge) I am creating a profile (via "createCustomerProfileRequest﻿") which includes a Payment Profile (ie, &amp;lt;paymentProfiles&amp;gt;, &amp;lt;billTo&amp;gt;﻿, ﻿&amp;lt;payment&amp;gt;﻿) and a Shipping Address profile (ie, &amp;lt;shipToList﻿&amp;gt;). I save the 3 profile IDs to a database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then have a routine (cron) that checks for a due date and when it's time it charges the customer's card (via "createCustomerProfileTransactionResposne﻿" using "Prior Authorization and&lt;BR /&gt;Capture﻿" fields) using the 3 saved profile IDs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I on track?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 15:24:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17928#M9985</guid>
      <dc:creator>drewgg</dc:creator>
      <dc:date>2011-10-12T15:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17934#M9988</link>
      <description>&lt;P&gt;Prior authorize and capture is only for if you run an authorize first against the billing profile to reserve the money for up to 7 days. It's generally used when an order is initialized immediately but the money is only taken out when the products ship a few days later. If the products don't ship or if the customer cancels, the authorize is just allowed to run out. Setting up a billing profile is totally different from authorizing a transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Short version - you want AuthCapture in this situation. PriorAuthCapture would require a transaction ID, which would mean you already set up the transaction previously using AuthorizeOnly or AuthOnly or whatever it is.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 15:41:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17934#M9988</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-12T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17944#M9993</link>
      <description>&lt;P&gt;So I would use the AuthCapture but leave out the CCV. The CCV is would normally be required for&amp;nbsp;AuthCapture because my account is set to reject if the CCV doesn't match, however, because I included the CCV when I initially created the Payment Profile I don't need to include it in my AuthCapture. Correct? (I hope it is because I don't want to waste any more of your time ;)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 16:50:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17944#M9993</guid>
      <dc:creator>drewgg</dc:creator>
      <dc:date>2011-10-12T16:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17954#M9998</link>
      <description>&lt;P&gt;You don't need to include any credit card info when charging against a CIM billing profile. That's the whole point of having a billing profile.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 18:11:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17954#M9998</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-12T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17956#M9999</link>
      <description>&lt;P&gt;Yep. That's what got me so confused. When I was going through the API Guide for&amp;nbsp;AuthCapture and read the "&lt;EM&gt;This field is required if the merchant would like to use the CCV security feature.&lt;/EM&gt;" line for the CardCode field I thought it meant that I had to use it even if I use a payment profile earlier. It didn't make sense though. Thanks for the help clearing me up!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 19:09:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17956#M9999</guid>
      <dc:creator>drewgg</dc:creator>
      <dc:date>2011-10-12T19:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create non-structured future payments</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17958#M10000</link>
      <description>&lt;P&gt;No problem, glad to help.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 19:20:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-create-non-structured-future-payments/m-p/17958#M10000</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-12T19:20:14Z</dc:date>
    </item>
  </channel>
</rss>

