Uses of Class
io.trippay.sdk.payment.acquiring.model.CreatePaymentIntentRequest
Packages that use CreatePaymentIntentRequest
-
Uses of CreatePaymentIntentRequest in io.trippay.sdk.payment.acquiring.api
Methods in io.trippay.sdk.payment.acquiring.api with parameters of type CreatePaymentIntentRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreatePaymentIntentResponse>StripeApi.createPaymentIntent(CreatePaymentIntentRequest createPaymentIntentRequest, String winkVersion) Create Stripe Payment Intent Creates a Stripe PaymentIntent and creates a new customer for that intent.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreatePaymentIntentResponse>>StripeApi.createPaymentIntentWithHttpInfo(CreatePaymentIntentRequest createPaymentIntentRequest, String winkVersion) -
Uses of CreatePaymentIntentRequest in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return CreatePaymentIntentRequestModifier and TypeMethodDescriptionCreatePaymentIntentRequest.acquirerIdentifier(String acquirerIdentifier) CreatePaymentIntentRequest.customerIdentifier(String customerIdentifier) CreatePaymentIntentRequest.description(String description)