createPaymentAuthRequest
fun createPaymentAuthRequest(context: Context, request: ThreeDSecureRequest, callback: ThreeDSecurePaymentAuthRequestCallback)
Call this method to initiate the 3D Secure flow.
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
context
Android context
request
the ThreeDSecureRequest with information used for authentication.
callback