Interface CardAuthenticationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardAuthenticationServiceAsync.WithRawResponseA view of CardAuthenticationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CardAuthenticationServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<CardPayment>> create(CardAuthenticationCreateParams params)
Returns a raw HTTP response for
post /simulations/card_authentications, but is otherwise the same as CardAuthenticationServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<CardPayment>> create(CardAuthenticationCreateParams params, RequestOptions requestOptions)
-
challengeAttempts
CompletableFuture<HttpResponseFor<CardPayment>> challengeAttempts(String cardPaymentId, CardAuthenticationChallengeAttemptsParams params)
Returns a raw HTTP response for
post /simulations/card_authentications/{card_payment_id}/challenge_attempts, but is otherwise the same as CardAuthenticationServiceAsync.challengeAttempts.
-
challengeAttempts
CompletableFuture<HttpResponseFor<CardPayment>> challengeAttempts(String cardPaymentId, CardAuthenticationChallengeAttemptsParams params, RequestOptions requestOptions)
-
challengeAttempts
CompletableFuture<HttpResponseFor<CardPayment>> challengeAttempts(CardAuthenticationChallengeAttemptsParams params)
-
challengeAttempts
abstract CompletableFuture<HttpResponseFor<CardPayment>> challengeAttempts(CardAuthenticationChallengeAttemptsParams params, RequestOptions requestOptions)
-
challenges
CompletableFuture<HttpResponseFor<CardPayment>> challenges(String cardPaymentId)
Returns a raw HTTP response for
post /simulations/card_authentications/{card_payment_id}/challenges, but is otherwise the same as CardAuthenticationServiceAsync.challenges.
-
challenges
CompletableFuture<HttpResponseFor<CardPayment>> challenges(String cardPaymentId, CardAuthenticationChallengesParams params, RequestOptions requestOptions)
-
challenges
CompletableFuture<HttpResponseFor<CardPayment>> challenges(String cardPaymentId, CardAuthenticationChallengesParams params)
-
challenges
abstract CompletableFuture<HttpResponseFor<CardPayment>> challenges(CardAuthenticationChallengesParams params, RequestOptions requestOptions)
-
challenges
CompletableFuture<HttpResponseFor<CardPayment>> challenges(CardAuthenticationChallengesParams params)
-
challenges
CompletableFuture<HttpResponseFor<CardPayment>> challenges(String cardPaymentId, RequestOptions requestOptions)
-
-
-
-