challengeResponse

abstract suspend fun challengeResponse(params: ThreeDSDecisioningChallengeResponseParams, requestOptions: RequestOptions = RequestOptions.none())

Card program's response to a 3DS Challenge Request. Challenge Request is emitted as a webhook three_ds_authentication.challenge and your Card Program needs to be configured with Out of Band (OOB) Challenges in order to receive it (see https://docs.lithic.com/docs/3ds-challenge-flow for more information).


open suspend fun challengeResponse(challengeResponse: ChallengeResponse, requestOptions: RequestOptions = RequestOptions.none())

See also