I have implemented cybersource silent order api. It is working in testing environment. But now I have to add the 3D secure also. I am not getting any help how to add this functionality. There documentation gives some information with simple order api only.
Asked
Active
Viewed 815 times
8
-
I am afraid that Silent Order API is actually meant for frontends to directly POST to Cybersource, but first you need to verify it is enabled: [Enable Payer Authentication](http://apps.cybersource.com/library/documentation/dev_guides/Secure_Acceptance_SOP/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=creating_profile.05.2.html) Can you hint to the motivation you cannot use Simple Order/SOAP ? – d parolin Jun 05 '18 at 20:08
1 Answers
0
3-D Secure (Payer Authentication) is supported by the Silent Order Post(SOP) method.
- Payer Authentication must be enabled by CyberSource and is not enabled by default with a test account.
- Payer Authentication must be enabled within your SOP profile for each card type you accept. This is done in the Enterprise Business Center. See the documentation "Enabling Payer Authentication" section.
- Once that is done you can test payer authentication scenarios by using the card numbers mentioned in the payer authentication documentation section "Testing Payer Authentication Services"

Will H
- 394
- 1
- 4