On This Page
pilot
Step-up Authentication for Registration
When you request authentication options for a tokenized card, the response
indicates which
Payment Passkey
sequence to take for the current
device and token combination:- AUTHENTICATE
- AUTHENTICATION_REGISTRATION
- STEP_UP_AUTHENTICATION
This section describes what to do when the
action
field in
your request to the
/tms/v2/tokenized-cards/
endpoint returns a value of {tokenId}
/authentication-optionsSTEP_UP_AUTHENTICATION
. When
the response returns STEP_UP_AUTHENTICATION
, the issuer
requires additional verification before the device can be approved and
passkey registration can proceed. Example verification includes one-time
password (OTP), issuer application approval, or phone verification. For
information about the Payment Passkey
flow, see Payment Passkey. These step-up options are available:
- One-time password (OTP)
- You can get a one-time password using these methods:
- Email OTP:stepUpOptions.methodis set toOTP_EMAIL.
- Issuer account OTP:stepUpOptions.methodis set toOTP_ONLINE_BANKING.
- SMS OTP:stepUpOptions.methodis set toOTP_SMS.
- Issuer Application
- You can authenticate in an issuer application using these methods:
- Issuer application with backend Visa integration:stepUpOptions.methodis set toAPP_TO_APP.
- Issuer application returns issuer authentication code:stepUpOptions.methodis set toAPP_TO_APP.
- Issuer:3-D SecurestepUpOptions.methodis set toAPP_TO_APPanddeviceInformation.platformTypeis set toWEB.
- Phone Issuer
- You can authenticate over the phone using these methods:
- Cardholder calls issuer call center:stepUpOptions.methodis set toCUSTOMERSERVICE.
- Issuer calls cardholder:stepUpOptions.methodis set toOUTBOUNDCALL.