| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CardPaymentMethodSpecificInput |
CreatePaymentRequest.getCardPaymentMethodSpecificInput()
Object containing the specific input details for card payments
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withAllowDynamicLinking(Boolean value)
* true - Default - Allows subsequent payments to use PSD2 dynamic linking from this payment (including Card On File).
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withCard(Card value)
Object containing card details
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withCardOnFileRecurringExpiration(String value)
The end date of the last scheduled payment in a series of transactions.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withCardOnFileRecurringFrequency(String value)
Period of payment occurrence for recurring and installment payments.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withCurrencyConversion(CurrencyConversionInput value) |
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withInitialSchemeTransactionId(String value)
The unique scheme transactionId of the initial transaction that was performed with SCA.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withIsRecurring(Boolean value)
* true - Indicates that the transactions is part of a scheduled recurring sequence.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withPaymentProduct130SpecificInput(PaymentProduct130SpecificInput value)
Object containing specific input required for CB payments
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withPaymentProduct3208SpecificInput(PaymentProduct3208SpecificInput value)
Object containing specific input required for OneyDuplo Leroy Merlin payments.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withPaymentProduct3209SpecificInput(PaymentProduct3209SpecificInput value)
Object containing specific input required for OneyDuplo Alcampo payments.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withRecurring(CardRecurrenceDetails value)
Object containing data related to recurring
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withReturnUrl(String value)
The URL that the customer is redirect to after the payment flow has finished.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withSchemeReferenceData(String value)
This is the unique Scheme Reference Data from the initial transaction that was performed with a Strong Customer Authentication.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withSkipAuthentication(Boolean value)
Deprecated: Use threeDSecure.skipAuthentication instead.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withThreeDSecure(ThreeDSecure value)
Object containing specific data regarding 3-D Secure
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withToken(String value)
ID of the token to use to create the payment.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withTokenize(Boolean value)
Indicates if this transaction should be tokenized
* true - Tokenize the transaction.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withTransactionChannel(String value)
Indicates the channel via which the payment is created.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withUnscheduledCardOnFileRequestor(String value)
Indicates which party initiated the unscheduled recurring transaction.
|
CardPaymentMethodSpecificInput |
CardPaymentMethodSpecificInput.withUnscheduledCardOnFileSequenceIndicator(String value)
* first = This transaction is the first of a series of unscheduled recurring transactions
* subsequent = This transaction is a subsequent transaction in a series of unscheduled recurring transactions
Note: this property is not allowed if isRecurring is true.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePaymentRequest.setCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInput value)
Object containing the specific input details for card payments
|
CreatePaymentRequest |
CreatePaymentRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInput value)
Object containing the specific input details for card payments
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.