cancel
Showing results for 
Search instead for 
Did you mean: 

Best Practices for Handling 3D Secure Redirects in Cybersource REST API

Hi. Just integrating 3d secure with cybersource rest api. when transactions triggers 3d authentication, I receive a redirect url.  how to handle callback once authentication is complete?

Iuvtech
Member
1 REPLY 1

Redirect the user to the 3D Secure authentication URL, then send them back to your own return/callback URL after the challenge. Don’t treat the redirect as the final result once the user returns, verify the authentication outcome server-to-server by calling the CyberSource REST API using the transaction/request ID. The final payment decision should always come from the API, not the browser callback.

alario
Member