Finaro 3D secure
This page contains the necessary information to implement and test the 3D secure flow using Finaro as a TSP.
Device fingerprint
Device fingerprint information retrieval flow |
|---|
When device fingerprint assessment is required by the issuer, Source responds with the 3ds_method and 3ds_trxid parameters in the Payment Key Creation call. 3ds_method - URL - The issuer’s URL that should be used to trigger the collection of the device fingerprint by the issuer 3ds_trxid - [a-zA-Z0-9, -] - Universally unique transaction identifier to identify a single 3D Secure transaction. Perform the following:
|
After the device fingerprint retrieval flow is complete you need to use the following values for the attribute fingerPrintStatus:
NOT_REQUIRED: if the device fingerprint retrieval was not requested by the issuer (3ds_method is null).
REQUIRED_ASKED: if the device fingerprint retrieval was requested and you manage to complete the flow successfully.
REQUIRED_NOT_ASKED: if the device fingerprint retrieval was requested but you did not manage to complete the flow successfully or you decided to skip it.
Test cards
| Card Scheme | Card Number | Challenge | Success OTP | Fail OTP |
|---|---|---|---|---|
| Visa | 4018810000150015 | yes | 0101 | 3333 |
| Mastercard | 5299910010000015 | yes | 4445 | 9999 |
| Visa | 4176660000000068 | no | ||
| Mastercard | 5299990270000392 | no |
