Uses of Class
com.duffel.sdk.model.ConfirmPaymentIntent200Response
Packages that use ConfirmPaymentIntent200Response
-
Uses of ConfirmPaymentIntent200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type ConfirmPaymentIntent200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ConfirmPaymentIntent200Response>DuffelPaymentsApi.confirmPaymentIntent(String accept, String duffelVersion, String id, String acceptEncoding) Confirm a Payment Intent Once you've successfully collected the customer's card details, using the `client_token` from when you first created the Payment Intent, you then need to confirm it using this endpoint.reactor.core.publisher.Mono<ConfirmPaymentIntent200Response>PaymentIntentsApi.confirmPaymentIntent(String accept, String duffelVersion, String id, String acceptEncoding) Confirm a Payment Intent Once you've successfully collected the customer's card details, using the `client_token` from when you first created the Payment Intent, you then need to confirm it using this endpoint.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmPaymentIntent200Response>>DuffelPaymentsApi.confirmPaymentIntentWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmPaymentIntent200Response>>PaymentIntentsApi.confirmPaymentIntentWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) -
Uses of ConfirmPaymentIntent200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return ConfirmPaymentIntent200Response