cancel
Showing results for 
Search instead for 
Did you mean: 

Flex Microform v2 examples

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.  Does anyone know where/if one can be found?

4 REPLIES 4

Unfortunately, that link goes to a 404 page. 

Evening Daniel,

I've been working on our migration from v0.11 to v2 and it is...entertaining.

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  (i.e. var flex = new Flex(captureContext); ) it is falling out with an INVALID CAPTURE CONTEXT error.

The issue is:   The capture context is being generated with the V2 code (Cybersource\Api\MicroformIntegrationApi->generateCaptureContext) ...and the error is being thrown by the Microform V2 javascript [/microform/bundle/v2/flex-microform.min.js  ]   but being ACCEPTED by the 0.11 version javascript [ /cybersource/assets/microform/0.11/flex-microform.min.js ]


...so that has me a little stumped.

 

mr_al
Member

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. 
Some further details on my post, here:  https://community.developer.cybersource.com/t5/cybersource-APIs/Flex-Microform-v2-Capture-Context-an... 

cheers...Al

mr_al
Member