BuyerVerification

Lets the application retrieve a verification token for a payment source ID.

Properties

Functions

Link copied to clipboard

Use this function to handle results of the buyer verification activity. This function should be called from Activity.onActivityResult with the provided data parameter. callback will be called immediately with the result of the buyer verification activity.BuyerVerificationActivityCommand

Link copied to clipboard
inline fun BuyerVerification.handleActivityResult(data: Intent?, crossinline callback: (BuyerVerificationResult) -> Unit)
Link copied to clipboard
fun verify(activity: Activity, verificationParameters: VerificationParameters, requestCode: Int = DEFAULT_BUYER_VERIFICATION_REQUEST_CODE)

Starts an activity that requests a verification token for a card paymentSourceId.