• France
Merchant Back Office
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Response analysis

At the end of the operation, the gateway returns an objectPaymentto the notification URL of the merchant site and the JavaScript client.

Here is a list of attributes describing the cardholder authentication result according to the use case:

Use case Returned fields
Authentication success
  • authenticationResponse.value.status=SUCCESS : Successful authentication.
  • authenticationResponse.value.authenticationType=CHALLENGE : authentication with cardholder interaction.
  • transactions.effectiveStrongAuthentication=ENABLED : The cardholder has successfully authenticated.
Card not enrolled.
  • transactions.errorCode= PSP_724: The cardholder is not recognized by the authentication service.
  • authenticationResponse.value.status=NOT_ENROLLED : Cardholder not enrolled.

  • authenticationResponse.value.authenticationType= null

  • transactions.effectiveStrongAuthentication= DISABLED: cardholder authentication failed.
Authentication failed, expiration of the authentication session
  • transactions.errorCode=PSP_716 : The OTP has expired.
  • authenticationResponse.value.status=FAILED : Authentication error.
  • authenticationResponse.value.authenticationType=CHALLENGE
  • authenticationResponse.value.reason.code=AUTHENTICATION_ERROR : Authentication error.
  • transactions.effectiveStrongAuthentication=DISABLED : Cardholder authentication failed.
Failed authentication, invalid data
  • transactions.errorCode=PSP_717: Invalid OTP.
  • authenticationResponse.value.status=FAILED : Authentication error.
  • authenticationResponse.value.authenticationType=CHALLENGE
  • authenticationResponse.value.reason.code=AUTHENTICATION_ERROR : Authentication error.
  • transactions.effectiveStrongAuthentication=DISABLED : Cardholder authentication failed.
Transaction with a technical error during the authentication.
  • transactions.errorCode=PSP_718,PSP_719orPSP_720 : a technical error occurred during the process.
  • authenticationResponse.value.status=FAILED : Authentication error.
  • authenticationResponse.value.authenticationType=CHALLENGE
  • authenticationResponse.value.reason.code=AUTHENTICATION_ERROR : Authentication error.
  • transactions.effectiveStrongAuthentication=DISABLED : Cardholder authentication failed.
Authentication process canceled by the buyer
  • transactions.errorCode=PSP_722
  • authenticationResponse.value.status=FAILED : Authentication error.
  • authenticationResponse.value.authenticationType=CHALLENGE
  • authenticationResponse.value.reason.code=AUTHENTICATION_ERROR : Authentication error.
  • transactions.effectiveStrongAuthentication=DISABLED : Cardholder authentication failed.
© 2025 {'|'} All rights reserved to PayZen by OSB
25.22-1.11