Package com.onlinepayments.domain
Class CreateHostedTokenizationRequest
java.lang.Object
com.onlinepayments.domain.CreateHostedTokenizationRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments.Locale used in the GUI towards the consumer.Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.String containing comma separated tokens (no spaces) associated with the customer of this hosted session.It is possible to upload multiple templates of your payment pages using the Merchant Portal.voidsetAskConsumerConsent(Boolean value) Indicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments.voidvoidLocale used in the GUI towards the consumer.voidContains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.voidString containing comma separated tokens (no spaces) associated with the customer of this hosted session.voidsetVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal.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.withLocale(String value) Locale used in the GUI towards the consumer.Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer.withTokens(String value) String containing comma separated tokens (no spaces) associated with the customer of this hosted session.withVariant(String value) It is possible to upload multiple templates of your payment pages using the Merchant Portal.
-
Constructor Details
-
CreateHostedTokenizationRequest
public CreateHostedTokenizationRequest()
-
-
Method Details
-
getAskConsumerConsent
Indicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments. If this parameter is false or missing, you should ask the user yourself and provide their answer when submitting the Tokenizer in your JavaScript code. To pass this choice set the submitTokenization function's parameter storePermanently to false, if you choose not to store the token for subsequent payments, or to true otherwise. -
setAskConsumerConsent
Indicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments. If this parameter is false or missing, you should ask the user yourself and provide their answer when submitting the Tokenizer in your JavaScript code. To pass this choice set the submitTokenization function's parameter storePermanently to false, if you choose not to store the token for subsequent payments, or to true otherwise. -
withAskConsumerConsent
Indicate if the tokenization form should contain a checkbox asking the user to give consent for storing their information for future payments. If this parameter is false or missing, you should ask the user yourself and provide their answer when submitting the Tokenizer in your JavaScript code. To pass this choice set the submitTokenization function's parameter storePermanently to false, if you choose not to store the token for subsequent payments, or to true otherwise. -
getCreditCardSpecificInput
-
setCreditCardSpecificInput
-
withCreditCardSpecificInput
public CreateHostedTokenizationRequest withCreditCardSpecificInput(CreditCardSpecificInputHostedTokenization value) -
getLocale
Locale used in the GUI towards the consumer. -
setLocale
Locale used in the GUI towards the consumer. -
withLocale
Locale used in the GUI towards the consumer. -
getPaymentProductFilters
Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer. -
setPaymentProductFilters
Contains the payment product ids that will be used for manipulating the payment products available for the payment to the customer. -
withPaymentProductFilters
public 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. -
getTokens
String containing comma separated tokens (no spaces) associated with the customer of this hosted session. Valid tokens will be used to present the customer the option to re-use previously used payment details. This means the customer for instance does not have to re-enter their card details again, which a big plus when the customer is using their mobile phone to complete the operation. -
setTokens
String containing comma separated tokens (no spaces) associated with the customer of this hosted session. Valid tokens will be used to present the customer the option to re-use previously used payment details. This means the customer for instance does not have to re-enter their card details again, which a big plus when the customer is using their mobile phone to complete the operation. -
withTokens
String containing comma separated tokens (no spaces) associated with the customer of this hosted session. Valid tokens will be used to present the customer the option to re-use previously used payment details. This means the customer for instance does not have to re-enter their card details again, which a big plus when the customer is using their mobile phone to complete the operation. -
getVariant
It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization. -
setVariant
It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization. -
withVariant
It is possible to upload multiple templates of your payment pages using the Merchant Portal. You can force the use of a custom template by specifying it in the variant field. This allows you to test out the effect of certain changes to your payment pages in a controlled manner. Please note that you need to specify the filename of the template or customization.
-