Skip to content

Verify Adyen Alias

Mohamed Osman edited this page Sep 30, 2019 · 2 revisions

During the Adyen alias verification, the Stash! backend will finish the alias registration for a credit card. The following parameters are needed:

Parameter Name Description
apiKey Public key at merchant config
paymentData Payload needed to verify the payment
details.fingerprintResult Fingerprint result received after 3DS authentication
details.challengeResult Challenge result received after 3DS authentication
md Value received after 3DS redirection
paRes Value received after 3DS redirection

Adyen response:

Parameter Name Description
resultCode Result code
recurringDetailReference PSP alias in Payment BE, received if result code is Authorised
shopperReference Customer id, received if result code is Authorised
paymentData Payload needed to verify the payment
challengeToken Challenge token, received if result code is ChallengeShopper
actionType Action type, e.g. threeDS2Fingerprint
paymentMethodType Payment method type

If the result code is Refused, Error, or Cancelled the appropriate error message received from Adyen will be returned.

Clone this wiki locally