DecisioningServiceAsyncImpl

Functions

Link copied to clipboard
open suspend fun challengeResponse(challengeResponse: ChallengeResponse, requestOptions: RequestOptions = RequestOptions.none())

open suspend override fun challengeResponse(params: ThreeDSDecisioningChallengeResponseParams, requestOptions: RequestOptions)

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).

Link copied to clipboard

Retrieve the 3DS Decisioning HMAC secret key. If one does not exist for your program yet, calling this endpoint will create one for you. The headers (which you can use to verify 3DS Decisioning requests) will begin appearing shortly after calling this endpoint for the first time. See this page for more detail about verifying 3DS Decisioning requests.

Link copied to clipboard
open suspend fun rotateSecret(requestOptions: RequestOptions)

open suspend override fun rotateSecret(params: ThreeDSDecisioningRotateSecretParams, requestOptions: RequestOptions)

Generate a new 3DS Decisioning HMAC secret key. The old secret key will be deactivated 24 hours after a successful request to this endpoint. Make a GET /three_ds_decisioning/secret request to retrieve the new secret key.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.