<?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: createCustomerPaymentProfileRequest bankData using AcceptJS in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63255#M37426</link>
    <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to update the accept.js ACH token support for creating profile is now live in prod .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can now use a Accept.js ACH token to create a new payment profile .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if any questions .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 06:21:02 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-06-01T06:21:02Z</dc:date>
    <item>
      <title>createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61137#M35631</link>
      <description>&lt;P&gt;Hello, I'm trying to create a customer payment profile using the encrypted data (opaque data) returned from acceptjs. The response message i'm getting is saying that i require card data??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REQUEST WITH BANK OPAQUE DATA:&lt;BR /&gt;{&lt;BR /&gt;"customerProfileId": "1813863342",&lt;BR /&gt;"paymentProfile": {&lt;BR /&gt;"payment": {&lt;BR /&gt;"Item": {&lt;BR /&gt;"dataDescriptor": "COMMON.ACCEPT.INAPP.PAYMENT",&lt;BR /&gt;"dataValue": "eyJjb2RlIjoiNTBfMl8wNjAwMDUyREVFMjEwNUMxMEI5RTc0NzY5REFEQzY1Q0E1M0E3RTYxMkY2ODdCQkVBRjE0QjQ5QjI4NkEzODI2RjIyNENGQkNCRkVBOUYxQjk0MzBEOEE0QkRGRTZDMEYxQ0I3Mjc4IiwidG9rZW4iOiI5NTE1NDQ5NjA5MTQyNDczMzA0NjA0IiwidiI6IjEuMSJ9",&lt;BR /&gt;"dataKey": null&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"driversLicense": null,&lt;BR /&gt;"taxId": null,&lt;BR /&gt;"defaultPaymentProfileSpecified": false,&lt;BR /&gt;"customerTypeSpecified": false,&lt;BR /&gt;"billTo": {&lt;BR /&gt;"phoneNumber": null,&lt;BR /&gt;"faxNumber": null,&lt;BR /&gt;"email": null,&lt;BR /&gt;"firstName": null,&lt;BR /&gt;"lastName": null,&lt;BR /&gt;"company": null,&lt;BR /&gt;"address": "fasdgf",&lt;BR /&gt;"city": "Fak",&lt;BR /&gt;"state": "Fake State",&lt;BR /&gt;"zip": "FAKEYOU",&lt;BR /&gt;"country": "Fake Country"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"validationModeSpecified": false,&lt;BR /&gt;"merchantAuthentication": null,&lt;BR /&gt;"clientId": null,&lt;BR /&gt;"refId": null&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESPONSE FROM AUTHORIZE:&lt;BR /&gt;{&lt;BR /&gt;"customerProfileId": null,&lt;BR /&gt;"customerPaymentProfileId": null,&lt;BR /&gt;"validationDirectResponse": null,&lt;BR /&gt;"refId": null,&lt;BR /&gt;"messages": {&lt;BR /&gt;"resultCode": 1,&lt;BR /&gt;"message": [{&lt;BR /&gt;"code": "E00014",&lt;BR /&gt;"text": "Card Number is required."&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"code": "E00014",&lt;BR /&gt;"text": "Expiration Date is required."&lt;BR /&gt;}]&lt;BR /&gt;},&lt;BR /&gt;"sessionToken": null&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:02:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61137#M35631</guid>
      <dc:creator>ad0ran</dc:creator>
      <dc:date>2018-01-09T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61166#M35656</link>
      <description>&lt;P&gt;Currently, we only support profile creation from Accept when the opaque data was from a card. You can't create payment profiles if the original payment instrument was a bank account. So the response you are getting is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there's some good news on this front. We are in the process of supporting bank opaque data as well, and you can expect a release soon (probably next month). Post that, it won't matter whether your Accept Opaque Data is from a bank account or credit card; you will be able to create payment profiles with both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your patience!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:22:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61166#M35656</guid>
      <dc:creator>gmokhasi</dc:creator>
      <dc:date>2018-01-10T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61719#M36131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;We are in the process of supporting bank opaque data as well, and you can expect a release soon (probably next month).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We ran into this problem today as we have a customer who is interested in supporting eCheck payment profiles in his billing application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are we still looking at a release in the near future? I want to communicate with our customer to let them know how long they'll need to wait.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:05:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61719#M36131</guid>
      <dc:creator>gregwoods</dc:creator>
      <dc:date>2018-02-15T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61763#M36169</link>
      <description>&lt;P&gt;Any update on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't mean to pester, I just need to give a realistic timeline to our client.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 13:55:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/61763#M36169</guid>
      <dc:creator>gregwoods</dc:creator>
      <dc:date>2018-02-19T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62022#M36406</link>
      <description>&lt;P&gt;My organization is waiting on this as well. Really suprised that support is published in the live docs but in reality it is not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 19:54:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62022#M36406</guid>
      <dc:creator>dnetzer</dc:creator>
      <dc:date>2018-03-07T19:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62150#M36521</link>
      <description>&lt;P&gt;Any updates? We are getting a lot of pressure from users to implement this feature, and we can't. Stripe has supported this kind of functionality for years.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:41:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62150#M36521</guid>
      <dc:creator>gregwoods</dc:creator>
      <dc:date>2018-03-16T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62163#M36534</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are very close to have it released . The team has&amp;nbsp;finished with dev and QA for it and planning for the release .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will update on it once the release dates are available .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 07:46:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62163#M36534</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-03-17T07:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62378#M36716</link>
      <description>&lt;P&gt;Hi Whats the latest on this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:56:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62378#M36716</guid>
      <dc:creator>dnetzer</dc:creator>
      <dc:date>2018-03-28T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62797#M37051</link>
      <description>&lt;P&gt;any update on &lt;SPAN&gt;createCustomerPaymentProfileRequest&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;bank account support opaque data &lt;SPAN&gt;returned from&amp;nbsp;&lt;/SPAN&gt;accept.js??&lt;/P&gt;&lt;P&gt;required immediately&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 21:12:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62797#M37051</guid>
      <dc:creator>hariprasad</dc:creator>
      <dc:date>2018-04-23T21:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62812#M37064</link>
      <description>&lt;P&gt;Whats the status here? Sounds like you've been QA testing this for months? Did you hit a road block? If so please let us know whats going on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:31:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62812#M37064</guid>
      <dc:creator>dnetzer</dc:creator>
      <dc:date>2018-04-24T15:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62972#M37185</link>
      <description>&lt;P&gt;What? This is a surprise. Do you guys have plan when it will be released?&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 21:30:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/62972#M37185</guid>
      <dc:creator>mingjin918</dc:creator>
      <dc:date>2018-05-06T21:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63063#M37262</link>
      <description>&lt;P&gt;Hey is this still happening? Please let the users know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 20:12:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63063#M37262</guid>
      <dc:creator>dnetzer</dc:creator>
      <dc:date>2018-05-15T20:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63064#M37263</link>
      <description>&lt;P&gt;Hi is this still happening?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 20:12:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63064#M37263</guid>
      <dc:creator>dnetzer</dc:creator>
      <dc:date>2018-05-15T20:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63065#M37264</link>
      <description>&lt;P&gt;Hi All&amp;nbsp; ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will be adding support for bank&amp;nbsp; in the May end release .&lt;/P&gt;
&lt;P&gt;I will be updating the post once we have a firm date .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 03:42:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63065#M37264</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-16T03:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: createCustomerPaymentProfileRequest bankData using AcceptJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63255#M37426</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to update the accept.js ACH token support for creating profile is now live in prod .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can now use a Accept.js ACH token to create a new payment profile .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if any questions .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 06:21:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/createCustomerPaymentProfileRequest-bankData-using-AcceptJS/m-p/63255#M37426</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-06-01T06:21:02Z</dc:date>
    </item>
  </channel>
</rss>

