resend3DSecure Verification
suspend fun resend3DSecureVerification(verificationId: String): Pair<ThreeDSecureVerification?, NetworkingError?>
Resends a 3D Secure verification challenge to the customer.
Return
A Pair of (ThreeDSecureVerification?, NetworkingError?).
Parameters
verification Id
The unique identifier of the verification to resend.
fun resend3DSecureVerification(verificationId: String, completionHandler: (ThreeDSecureVerification?, NetworkingError?) -> Unit)
Resends a 3D Secure verification challenge to the customer and delivers the result via a callback.
Parameters
verification Id
The unique identifier of the verification to resend.
completion Handler
Callback invoked with (ThreeDSecureVerification?, NetworkingError?).