Uses of Class
com.onlinepayments.domain.CreateHostedTokenizationRequest
Packages that use CreateHostedTokenizationRequest
-
Uses of CreateHostedTokenizationRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateHostedTokenizationRequestModifier and TypeMethodDescriptionCreateHostedTokenizationRequest.withAskConsumerConsent(Boolean value) Indicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments.CreateHostedTokenizationRequest.withCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization value) CreateHostedTokenizationRequest.withLocale(String value) Locale used in the GUI towards the consumer.CreateHostedTokenizationRequest.withPaymentProductFilters(PaymentProductFiltersHostedTokenization value) Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.CreateHostedTokenizationRequest.withTokens(String value) String containing comma separated tokens (no spaces) associated with the customer of this hosted session.CreateHostedTokenizationRequest.withVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal. -
Uses of CreateHostedTokenizationRequest in com.onlinepayments.merchant.hostedtokenization
Methods in com.onlinepayments.merchant.hostedtokenization with parameters of type CreateHostedTokenizationRequestModifier and TypeMethodDescriptionHostedTokenizationClient.createHostedTokenization(CreateHostedTokenizationRequest body) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClient.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClientInterface.createHostedTokenization(CreateHostedTokenizationRequest body) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClientInterface.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization session