resend3DSecureVerification

Resends a 3D Secure verification challenge to the customer.

Return

A Pair of (ThreeDSecureVerification?, NetworkingError?).

Parameters

verificationId

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

verificationId

The unique identifier of the verification to resend.

completionHandler

Callback invoked with (ThreeDSecureVerification?, NetworkingError?).