| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
HostedCheckoutSpecificInput |
CreateHostedCheckoutRequest.getHostedCheckoutSpecificInput()
Object containing hosted checkout specific data
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withAllowedNumberOfPaymentAttempts(Integer value)
The maximum number of times a customer can try to pay before the payment is definitely declined.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputForHostedCheckout value)
Object containing card payment specific data for hosted checkout
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withIsRecurring(Boolean value)
* true - Only payment products that support recurring payments will be shown.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withLocale(String value)
Locale used in the GUI towards the consumer.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withPaymentProductFilters(PaymentProductFiltersHostedCheckout value)
Contains the payment product ids and payment product groups that will be used for manipulating the payment products available for the payment to the customer.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withReturnUrl(String value)
The URL that the customer is redirect to after the payment flow has finished.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withSessionTimeout(Integer value)
The number of minutes after which the session will expire.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withShowResultPage(Boolean value)
* true - Default - Hosted Checkout will show a result page to the customer when applicable.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withTokens(String value)
String containing comma separated tokens (no spaces) associated with the customer of this hosted session.
|
HostedCheckoutSpecificInput |
HostedCheckoutSpecificInput.withVariant(String value)
It is possible to upload multiple templates of your payment pages using the Merchant Portal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHostedCheckoutRequest.setHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value)
Object containing hosted checkout specific data
|
CreateHostedCheckoutRequest |
CreateHostedCheckoutRequest.withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value)
Object containing hosted checkout specific data
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.