Paiement 1 clic
Ce mode permet de créer une transaction à partir d'un alias. Grâce à l'alias, l'acheteur n'a pas besoin de ressaisir son numéro de carte bancaire.
Prérequis : créer un alias
- Pour plus d'infos : Création d'un alias.
Utilisation d'un alias
Requête
Exemple de requête
Champs obligatoires :
montant : 9,90 €.
alias : champ
paymentMethodToken
= "b6e51ba31f934ac5b25ccad2a52ccd56
".
/preview/fr/rest/V4.0/api/kb/authentication.html
https://github.com/lyra/rest-php-examples/blob/master/www/minimalEmbeddedForm.token.usage.php#L9-L44
https://api.lyra.com/api-payment/V4/Charge/CreatePayment
{ "amount": 990, "currency": "EUR", "paymentMethodToken": "b6e51ba31f934ac5b25ccad2a52ccd56" }
Réponse
Récupèrez le formToken
pour afficher le formulaire de paiement (Plus d'infos : Afficher le formulaire).
Analysez le résultat du paiement (Plus d'infos : Analyser le résultat du paiement).
Exemple de réponse
{ "shopId": "123456", "orderCycle": "CLOSED", "orderStatus": "PAID", "serverDate": "2023-10-20T13:53:41+00:00", (...) "_type": "V4/OrderDetails" }, (...) "transactions": [ { "shopId": "123456", "uuid": "b72e91826ce14bfd802249d16eb30849", "amount": 990, "currency": "EUR", "paymentMethodType": "CARD", "paymentMethodToken": "b6e51ba31f934ac5b25ccad2a52ccd56", "status": "PAID", "detailedStatus": "AUTHORISED", "operationType": "DEBIT", "effectiveStrongAuthentication": "DISABLED", (...) "_type": "V4/Payment" }
Pour connaître l'intégralité et la description des champs, consultez le playground : answer/Payment.