<?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: Recurring Payment Flow using Accept.js in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68381#M41608</link>
    <description>&lt;P&gt;You can create a direct subscription with opaqueData in payment section:-&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;in place of credit card details here :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;"payment": {
                "creditCard": {
                    "cardNumber": "4111111111111111",
                    "expirationDate": "2020-12"
                }
            }&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;you can place the opaqueData object you receive from Accept.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you can check more here :-&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription" target="_blank"&gt;https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope it will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shobhit Agrawal&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 20:15:46 GMT</pubDate>
    <dc:creator>Shoagraw</dc:creator>
    <dc:date>2019-07-11T20:15:46Z</dc:date>
    <item>
      <title>Recurring Payment Flow using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68351#M41581</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We decided tu use Accept.js with our own form designed.&lt;/P&gt;&lt;P&gt;In this form, customers can make a payment for pay per view movie, or subscribe montly to a premium service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wich should be the flow for a recurring payment (premium subscription) with Accept.js?&lt;/P&gt;&lt;P&gt;We need to creat a one-way transaction first, and then creat de recurring payment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 15:29:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68351#M41581</guid>
      <dc:creator>mzelener</dc:creator>
      <dc:date>2019-07-10T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring Payment Flow using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68381#M41608</link>
      <description>&lt;P&gt;You can create a direct subscription with opaqueData in payment section:-&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;in place of credit card details here :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;"payment": {
                "creditCard": {
                    "cardNumber": "4111111111111111",
                    "expirationDate": "2020-12"
                }
            }&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;you can place the opaqueData object you receive from Accept.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you can check more here :-&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription" target="_blank"&gt;https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope it will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shobhit Agrawal&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 20:15:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68381#M41608</guid>
      <dc:creator>Shoagraw</dc:creator>
      <dc:date>2019-07-11T20:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring Payment Flow using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68395#M41621</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;I was reading in this forum many people suggesting real time transactions before creating an ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has sense for us because we need to be sure the user has effectively paid before enabling permisson to our enterprise services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the idea is to create first a one time transaction, and then create the ARB,&lt;/P&gt;&lt;P&gt;I have 2 questions:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; It is neccessary to create 2 different opaque data or only one opaque could be used for both one time transaction and ARB creation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)It is suggested to manage any type of time out on our servers for working with one-time transactions or ARB?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 17:46:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/68395#M41621</guid>
      <dc:creator>mzelener</dc:creator>
      <dc:date>2019-07-12T17:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring Payment Flow using Accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/73798#M45760</link>
      <description>&lt;P&gt;I have a similar situation. We appear to successfully re-use the Opaque data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) acquire opaque data with Accept.js from our custom form.&lt;/P&gt;&lt;P&gt;2) Submit opaque data to "&lt;SPAN&gt;createTransactionRequest".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) re-use opaque data to then create an ARB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This process happens in less than 2-3 seconds.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We've also discussed another approach...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1) acquire opaque data with Accept.js from our custom form.&lt;/P&gt;&lt;P&gt;2) Submit opaque data to "&lt;SPAN&gt;createTransactionRequest" - and set the properties to create CIM (which stores the payment obj).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) call "ARBCreateSubscriptionRequest" and use the CIM information to create the ARB.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this approach, we only used the opaque data once.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure which approach is *best*, any thoughts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 21:48:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Payment-Flow-using-Accept-js/m-p/73798#M45760</guid>
      <dc:creator>raisedonors</dc:creator>
      <dc:date>2020-10-29T21:48:41Z</dc:date>
    </item>
  </channel>
</rss>

