Overview
Token Management Platform (TMP) is an application developed by Verestro that enables the implementation of various tokenization solutions. This chapter focuses specifically on card issuing projects and provides information tailored to this type of implementations. Our customers so fintechs, issuers etc. will be reffered in this documentation as "issuers".
Contents
This chapter is divided into 4 pages.
- Introduction - here you will find high level overview of the solution.
- User notifications - page dedicated to different user notifications and possible ways to send them
- Push provisioning - page with all the details necessary to enhance your cardholders experience with push provisioning
- InApp authentication - page dedicated to replace sending SMS OTP codes with InApp authentication
Overview
Thanks to TMP your cardholders will be able to:
- Manually add their cards to Apple Pay, Google Pay, Samsung Pay, Garmin Pay and other X-Pays (manual provisioning) (basic feature)
- Tokenize the cards in various ecommerce stores with the use of M4M (Mastercard for Merchants) service (basic feature)
- Add their cards to Apple Pay, Google Pay, Samsung Pay, Garmin Pay and other X-Pays directly from your mobile application (push provisioning) (additional feature)
- Activate pushed token directly from your mobile application, without the need of typing OTP code delivered via SMS (inapp authentication) (additional feature)
Features and advantages of the solution from Issuer perspective:
- Admin panel allows your customer service to review the tokenizations and manually activate or deactivate tokens
- Thanks to integration with Verestro Life Cycle API all token statuses will be updated automatically, according to card statuses
- Our backend simplifies encryption mechanisms required by X-Pays in Push Provisioning process
- Apple mandatory requirements are covered.
Pre-digitization
Pre-digitization is a set of processes that allows to a generation of digital payment tokens to enable simpler and secure digital payment experiences. Simply it turns a payment card into a digital token. In this process, Verestro TMP is taking care of all the requirements from Token Requestors.
Thanks to the use of Verestro Data Core card verification is done internally, between verestro services. No additional development is required from the issuer.
Tokenization process
1. User enters the card (either manually or pushes from the app) into Apple Pay/Google Pay or another Token Requestor wallet.
2. TMP receives Authorize Service request from Mastercard Digital Enablement System (MDES) on Pre-digitization API with Card Number, CVC, Exp Date, Device Score, and other tokenization data provided by Token Requestor.
3. TMP checks the device score, number of already active tokens for the card, and velocity controls.
4. TMP sends a request to Verestro Data Core with a Card Number and receives the Card Status, Card ID, User Phone Number, CVC validation Result, Product Category.
5. TMP returns the decision to MDES (APPROVED/REQUIRE_ADDITIONAL_AUTHENTICATION/DECLINED).
Token activation
If the decision is APPROVED - token activated instantly after Authorize Service response. Verestro TMP can also notify the issuer if required.
If the decision is REQUIRE_ADDITIONAL_AUTHENTICATION - The message will be displayed to the user with activation options (ex. SMS OTP). After the user selects the activation type, TSP will send a DeliverActivationCode to Verestro TMP. Verestro TMP will send the OTP activation code either directly to the user or to issuer's server, depending of the project configuration. After the user enters the OTP, MDES activates the token. The token can also be activated manually via the Administration Panel.
If the decision is DECLINE - a token becomes INACTIVE and cannot be activated again.
When a token is activated, Verestro TMP will receive a notifyServiceActivated call from MDES.
User authentication
There are 4 authentication paths for the user, TMP chooses one on the basis of different factors and fraud-detection rules which are inline with xPay providers requirements:
- Green Path - Path without user confirmation (authentication) during the token activation process. The payment token is automatically activated.
- Yellow Path - Path with user confirmation (authentication) during the token activation process. Payment token is activated after correct OTP is provided.
- Orange Path - Path with user confirmation (authentication) during the token activation process. Payment token is activated by the issuer through Verestro Admin Panel after the user's request via phone call.
- Red Path - Path when the Issuer rejected activation payment token during the token activation process.
More information about rules engine and path decisions can be found here.
Verification steps:
- Verestro TMP sends OTP code via SMS or email (configurable option) to the Account Holder, but there is also possibility to do that by the Issuer, in that case Verestro TMP will notify the Issuer and then Issuer sends it to the Account Holder,
- Account Holder is entering received OTP and Verestro TMP is validating it,
- When OTP code is correct, notifyServiceActivated method is called which means that token is activated and ready to use.
Whole user notification process is described in details here.
Lifecycle
Token lifecycle support token management which can be use directly by the user or issuer's customer service using Verestro Admin Panel. This feature provides action on token to change token status. Actions what can happen are:
Activate token → change token status to Active,
Suspend token → change token status to Suspended,
Unsuspend token → change token status to Active,
Delete token → change token status to Deactivated,
The diagram below shows the transitions between payment token statuses.
Automatic lifecycle management is supported via Verestro TMP API thanks to integration with Verestron Lifecycle API.