• France
Back Office Marchand
assistance
FAQContacter le support
Rechercher
Catégories
Tags
Français
Français
Anglais
Accueil
Cas d'usage
Créer un paiement
Créer un paiement en plusieurs fois
Créer un paiement par alias (token)
Créer un lien de paiement
Créer un abonnement
Gérer vos abonnements
Gérer vos transactions (rembourser,...)
Analyser vos journaux
Docs API
Formulaire embarqué
API REST
Formulaire en redirection
Intégration mobile
Échange de fichiers
Exemples de code
Moyens de paiement
Modules de paiement
Guides
Back Office Marchand
Guides fonctionnels

Analyse de la réponse

A la fin de l'opération, la plateforme retourne un objet Payment à l'URL de notification du site marchand et au client JavaScript.

Voici la liste des attributs décrivant, par cas d'usage, le résultat de l'authentification du porteur :

Cas d'usage Champs retournés
Authentification réussie
  • authenticationResponse.value.status = SUCCESS : Authentification réussie.
  • authenticationResponse.value.authenticationType = CHALLENGE : authentification avec interaction du porteur.
  • transactions.effectiveStrongAuthentication = ENABLED : Le porteur s'est authentifié avec succès.
Carte non enrôlée
  • transactions.errorCode = PSP_724 : Le porteur n'est pas reconnu par le service d'authentification.
  • authenticationResponse.value.status = NOT_ENROLLED : Porteur non enrôlé.

  • authenticationResponse.value.authenticationType = null

  • transactions.effectiveStrongAuthentication = DISABLED : l'authentification du porteur est en échec.
Authentification en échec, expiration de la session d'authentification
  • transactions.errorCode = PSP_716 : OTP expiré.
  • authenticationResponse.value.status = FAILED : Erreur d’authentification.
  • authenticationResponse.value.authenticationType = CHALLENGE
  • authenticationResponse.value.reason.code = AUTHENTICATION_ERROR : Erreur d'authentification.
  • transactions.effectiveStrongAuthentication = DISABLED : L'authentification du porteur est en échec.
Authentification en échec, données invalides
  • transactions.errorCode = PSP_717 : OTP invalide.
  • authenticationResponse.value.status = FAILED : Erreur d’authentification.
  • authenticationResponse.value.authenticationType = CHALLENGE
  • authenticationResponse.value.reason.code = AUTHENTICATION_ERROR : Erreur d'authentification.
  • transactions.effectiveStrongAuthentication = DISABLED : L'authentification du porteur est en échec.
Transaction avec erreur technique durant l'authentification
  • transactions.errorCode = PSP_718, PSP_719 ou PSP_720 : une erreur technique est survenue lors du processus.
  • authenticationResponse.value.status = FAILED : Erreur d’authentification.
  • authenticationResponse.value.authenticationType = CHALLENGE
  • authenticationResponse.value.reason.code = AUTHENTICATION_ERROR : Erreur d'authentification.
  • transactions.effectiveStrongAuthentication = DISABLED : L'authentification du porteur est en échec.
Processus d'authentification annulé par l'acheteur
  • transactions.errorCode = PSP_722
  • authenticationResponse.value.status = FAILED : Erreur d’authentification.
  • authenticationResponse.value.authenticationType = CHALLENGE
  • authenticationResponse.value.reason.code = AUTHENTICATION_ERROR : Erreur d'authentification.
  • transactions.effectiveStrongAuthentication = DISABLED : L'authentification du porteur est en échec.
© 2025 Tous droits réservés à PayZen by OSB
25.22-1.11