Option C – activate in the issuer application
Flow
Visa Token Service (VTS)
Mastercard Digital Enablement Service (MDES)
Last updated
Was this helpful?
Use this option to complete ID&V in the issuer application. The wallet application redirects the end user to the issuer application. After successful authentication, the issuer backend resumes token activation.
In your requestCardDigitization response, return an idvMethod with type=bank_app. Return the related id and value fields.
See requestCardDigitization in the API reference.
Support redirection between the wallet application and the issuer application. This lets the wallet application continue the flow after the end user selects this method.
After the end user completes authentication, call updateCardState with action=RESUME.
See updateCardState in the API reference.
Not all xPay Wallets support issuer application ID&V. Confirm support with your xPay Wallet contact before implementing.
Visa Token Service (VTS) requires two additional fields for issuer application ID&V. Return these fields in the idvMethod you provide in requestCardDigitization.
source: Represents the issuer application that provided the "authentication proof" to the wallet application in an app-to-app flow.
Apple Pay: Apple Adam ID of the issuer application
Google Pay and Samsung Pay: Android package name of the issuer application
platform: Represents the platform where the issuer application runs. Use one of: IOS, ANDROID, WEB.
source and platform do not apply to MDES. Configure MDES to support issuer application ID&V.
Last updated
Was this helpful?
Was this helpful?