Uses of Class
io.trippay.sdk.payment.model.CreatePaymentIntentRequest
Packages that use CreatePaymentIntentRequest
-
Uses of CreatePaymentIntentRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type CreatePaymentIntentRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreatePaymentIntentResponse>AcquiringApi.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>>AcquiringApi.createPaymentIntentWithHttpInfo(CreatePaymentIntentRequest createPaymentIntentRequest, String winkVersion) Create Stripe Payment Intent Creates a Stripe PaymentIntent and creates a new customer for that intent.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAcquiringApi.createPaymentIntentWithResponseSpec(CreatePaymentIntentRequest createPaymentIntentRequest, String winkVersion) Create Stripe Payment Intent Creates a Stripe PaymentIntent and creates a new customer for that intent. -
Uses of CreatePaymentIntentRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreatePaymentIntentRequestModifier and TypeMethodDescriptionCreatePaymentIntentRequest.acquirerIdentifier(String acquirerIdentifier) CreatePaymentIntentRequest.affiliateAccountIdentifier(UUID affiliateAccountIdentifier) CreatePaymentIntentRequest.affiliateAccountIdentifierType(CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) CreatePaymentIntentRequest.contract(RawSupplierContract contract) CreatePaymentIntentRequest.displayCurrency(String displayCurrency) CreatePaymentIntentRequest.redirectUrl(String redirectUrl)