<?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: Flex Microform v2 examples in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90946#M1988</link>
    <description>&lt;P&gt;Unfortunately, that link goes to a 404 page.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 22:56:47 GMT</pubDate>
    <dc:creator>mr_al</dc:creator>
    <dc:date>2024-12-13T22:56:47Z</dc:date>
    <item>
      <title>Flex Microform v2 examples</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/86456#M925</link>
      <description>&lt;P&gt;I spent a month communicating with Cybersource support ticket only to find out that they have not published any sample integration of the Flex Microform v2.&amp;nbsp; Does anyone know where/if one can be found?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:29:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/86456#M925</guid>
      <dc:creator>danielinyopools</dc:creator>
      <dc:date>2023-05-10T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Microform v2 examples</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/86925#M1014</link>
      <description>&lt;P&gt;Have you referred to this :&amp;nbsp;&lt;A href="https://developer.cybersource.com/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/microform-integ-v2/microform-integ-getting-started-v2/creating-server-side-context-v2.html" target="_blank"&gt;https://developer.cybersource.com/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/microform-integ-v2/microform-integ-getting-started-v2/creating-server-side-context-v2.html&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 21:27:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/86925#M1014</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2023-07-03T21:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Microform v2 examples</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90946#M1988</link>
      <description>&lt;P&gt;Unfortunately, that link goes to a 404 page.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 22:56:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90946#M1988</guid>
      <dc:creator>mr_al</dc:creator>
      <dc:date>2024-12-13T22:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Microform v2 examples</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90950#M1992</link>
      <description>&lt;P&gt;Evening Daniel,&lt;/P&gt;&lt;P&gt;I've been working on our migration from v0.11 to v2 and it is...entertaining.&lt;/P&gt;&lt;P&gt;I've managed to walk through the REST Client API [php] code and can generate a capture context OK... however when it comes to passing this through the Javascript call&amp;nbsp; (i.e. var flex = new Flex(captureContext); ) it is falling out with an INVALID CAPTURE CONTEXT error.&lt;/P&gt;&lt;P&gt;The issue is:&amp;nbsp; &amp;nbsp;The capture context is being generated with the V2 code (&lt;STRONG&gt;Cybersource\Api\MicroformIntegrationApi-&amp;gt;generateCaptureContext)&lt;/STRONG&gt; ...and the error is being thrown by the Microform V2 javascript [&lt;STRONG&gt;/microform/bundle/v2/flex-microform.min.js&lt;/STRONG&gt;&amp;nbsp; ]&amp;nbsp; &amp;nbsp;but being ACCEPTED by the 0.11 version javascript [&amp;nbsp;&lt;STRONG&gt;/cybersource/assets/microform/0.11/flex-microform.min.js ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;...so that has me a little stumped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 11:46:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90950#M1992</guid>
      <dc:creator>mr_al</dc:creator>
      <dc:date>2024-12-14T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Microform v2 examples</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90956#M1996</link>
      <description>&lt;P&gt;Daniel - I had a breakthrough with this, this evening -- if you still want some pointers, drop me a line here and I'll see if I can help.&amp;nbsp;&lt;BR /&gt;Some further details on my post, here:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-Capture-Context-and-JS-Libraries/td-p/90951#M1995" target="_blank"&gt;https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-Capture-Context-and-JS-Libraries/td-p/90951#M1995&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers...Al&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 11:49:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-examples/m-p/90956#M1996</guid>
      <dc:creator>mr_al</dc:creator>
      <dc:date>2024-12-16T11:49:46Z</dc:date>
    </item>
  </channel>
</rss>

