3DS Standalone

The following describes the integration steps for Netvalve Standalone 3DS. Contact the Netvalve team to ensure the 3DS configuration steps have been followed, and you have credentials for the API authentication.

Flow

See below the required sequence of Netvalve 3DS API calls, and the iframes to be configured on the merchant sites. See the detailed description for each step below.

Integration steps

 

  • Initiate the 3DS flow by calling this API and receiving back a redirectUrl of netvalve page to do Iframe Step.

  • Setup a hidden iframe and wait for a POST message which contains a transID property.

  • Using the transID call the Auth API. If response shows challengeRequired, proceed to Step 4

  • Setup the ACS challenge using an iframe or page-redirect, and wait for completion.

  • After being notified that the challenge is complete, call the Result API to access 3DS values.


- Use the 3DS values in the request body of the Sale API

 

Demo Example of 3DS flow


API status codes

Please refer to the document below for a list of API response codes and descriptions.

 

Swagger API documentation is also updated in the Netvale documentation link below