I am integrating cybersource payment gateway. I have used omnipay cybersource package for the same, Now I want to enable 3d security aka payer authentication but not able to figure out how and from where can I get any code reference and endpoints for the same.
All I need is a sample code from where I can refer the 3d security implementations and the endpoints.
07-29-2022 02:52 AM - edited 07-29-2022 02:53 AM
The endpoints it is the same for all service within Cybersource API, which are: - Production: https://ics2ws.ic3.com/commerce/1.x/transactionProcessor/ - Test: https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/
Example of requests and reply can be found here:
http://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SO_API/Payer_Authe.../omeglz
Here is the complete source code and best fit for your requirement.
Use http://localhost:8080/sa-sop /echat
This code will authorize the user if the card is 3D and will redirect to the override_page_response url defined in the hidden field inside the payment-form.php.
Download the source code from Github
08-19-2022 02:16 AM