challengeResponse

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

Returns a raw HTTP response for post /v1/three_ds_decisioning/challenge_response, but is otherwise the same as DecisioningServiceAsync.challengeResponse.


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

See also