performVerification
open fun performVerification(@NonNull activity: FragmentActivity, @NonNull request: ThreeDSecureRequest, @NonNull callback: ThreeDSecureResultCallback)
Verification is associated with a transaction amount and your merchant account. To specify a different merchant account (or, in turn, currency), you will need to specify the merchant account id when generating a client token
During lookup the original payment method nonce is consumed and a new one is returned, which points to the original payment method, as well as the 3D Secure verification. Transactions created with this nonce will be 3D Secure, and benefit from the appropriate liability shift if authentication is successful or fail with a 3D Secure failure.
Parameters
activity
Android FragmentActivity
request
the ThreeDSecureRequest with information used for authentication.
callback