REST API

Implementation Overview

Notify your account representative that you want to implement payer authentication (3-D Secure). Give them the merchant ID that you will use for testing. For more information, see Required Merchant Information.
Implementation tasks include:
  • Add the JavaScript code to your checkout page
  • For each purchase request
    • Build the authentication request
    • Call the Payer Authentication Setup service
    • Allow device collection
    • Handle declines
    • Call Payer Authentication Enroll
    • Call these services:
      • Payer Authentication Validation (only for Hybrid integration)
      • Card Authorization service (optional)
  • Use the test cases to test your preliminary code and make appropriate changes. You can change to the test environment by changing the URL in your JavaScript code. See Testing Payer Authentication.
  • Ensure that your account is configured for production.