makeCardToken

open fun makeCardToken(@NonNull source: String, @NonNull customerId: String, @NonNull tokenId: String, @NonNull handler: ThreeDSHandler, @NonNull with: Context)

Create a customer token from a card ID

Parameters

source

Card ID used for the customer token

customerId

Customer ID created in backend

tokenId

Token ID created in backend

handler

3DS2 handler

with

Activity to display webviews and perform fingerprinting


open fun makeCardToken(@NonNull source: String, @NonNull customerId: String, @NonNull tokenId: String, thirdPartySDKVersion: String, @NonNull handler: ThreeDSHandler, @NonNull with: Context)

Create a customer token from a card ID

Parameters

source

Card ID used for the customer token

customerId

Customer ID created in backend

tokenId

Token ID created in backend

thirdPartySDKVersion

version of the 3rd party SDK being used for the calls.

handler

3DS2 handler

with

Activity to display webviews and perform fingerprinting


open fun makeCardToken(@NonNull request: TokenRequest, @NonNull handler: ThreeDSHandler, @NonNull with: Context)

Create a customer token from a card ID

Parameters

request

contains all the fields necessary for the token request.

handler

3DS2 handler

with

Activity to display webviews and perform fingerprinting