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?
05-10-2023 06:29 AM
Have you referred to this : https://developer.cybersource.com/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-acc... ?
07-03-2023 02:27 PM
Unfortunately, that link goes to a 404 page.
12-13-2024 02:56 PM
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.
12-14-2024 03:46 AM
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
12-16-2024 03:49 AM