| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
RedirectPaymentMethodSpecificInput |
CreatePaymentRequest.getRedirectPaymentMethodSpecificInput()
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
RedirectPaymentMethodSpecificInput |
CreateHostedCheckoutRequest.getRedirectPaymentMethodSpecificInput()
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentOption(String value)
The specific payment option for the payment.
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProduct3306SpecificInput(RedirectPaymentProduct3306SpecificInput value)
Object containing specific input required for Klarna payments (Payment product ID 3306)
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProduct5406SpecificInput(RedirectPaymentProduct5406SpecificInput value)
Object containing specific input for EPS payments (Payment product ID 5406)
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProduct5408SpecificInput(RedirectPaymentProduct5408SpecificInput value)
Object containing specific input for Account to Account payments (Payment product ID 5408)
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProduct809SpecificInput(RedirectPaymentProduct809SpecificInput value)
Object containing specific input required for iDeal payments (Payment product ID 809)
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProduct840SpecificInput(RedirectPaymentProduct840SpecificInput value)
Object containing specific input required for PayPal payments (Payment product ID 840)
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withRedirectionData(RedirectionData value)
Object containing browser specific redirection related data
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withRequiresApproval(Boolean value)
* true = the payment requires approval before the funds will be captured using the Approve payment or Capture payment API
* false = the payment does not require approval, and the funds will be captured automatically
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withToken(String value)
ID of the token to use to create the payment.
|
RedirectPaymentMethodSpecificInput |
RedirectPaymentMethodSpecificInput.withTokenize(Boolean value)
Indicates if this transaction should be tokenized
* true - Tokenize the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePaymentRequest.setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value)
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
void |
CreateHostedCheckoutRequest.setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value)
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
CreatePaymentRequest |
CreatePaymentRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value)
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
CreateHostedCheckoutRequest |
CreateHostedCheckoutRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value)
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.