-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastlane SDK Wrapper #2985
base: fastlane
Are you sure you want to change the base?
Fastlane SDK Wrapper #2985
Conversation
|
7cfd5d0
to
0b5a750
Compare
Size Change: +4.43 kB (+0.58%) Total Size: 772 kB
ℹ️ View Unchanged
|
size-limit report 📦
|
Quality Gate passedIssues Measures |
Summary
initializeFastlane
)request-fastlane-token.ts
currently does not work and is being fixed by LPMHow it works:
Merchant initializes Fastlane by doing:
Then, once the shopper email is collected by the merchant, the merchant triggers the authentication flow by doing:
The
authResult
may contain the shopper profile with his Card or just the flag saying profile was not found. Based on that, the merchant can request the Adyen Component configuration:The configuration will contain the config related to Fastlane component or Card component based on the
authResult
. (For Card we need the consent details data, whereas for Fastlane we need the last four digits, brand, etc)..Bonus: The merchant can also mount the Fastlane watermark by doing: