DonationPaymentRequest |
DonationPaymentRequest.accountInfo(AccountInfo accountInfo) |
accountInfo
|
DonationPaymentRequest |
DonationPaymentRequest.additionalData(Map<String,String> additionalData) |
This field contains additional data, which may be required for a particular payment request.
|
DonationPaymentRequest |
DonationPaymentRequest.addLineItemsItem(LineItem lineItemsItem) |
|
DonationPaymentRequest |
DonationPaymentRequest.amount(Amount amount) |
amount
|
DonationPaymentRequest |
DonationPaymentRequest.applicationInfo(ApplicationInfo applicationInfo) |
applicationInfo
|
DonationPaymentRequest |
DonationPaymentRequest.authenticationData(AuthenticationData authenticationData) |
authenticationData
|
DonationPaymentRequest |
DonationPaymentRequest.billingAddress(BillingAddress billingAddress) |
billingAddress
|
DonationPaymentRequest |
DonationPaymentRequest.browserInfo(BrowserInfo browserInfo) |
browserInfo
|
DonationPaymentRequest |
DonationPaymentRequest.channel(DonationPaymentRequest.ChannelEnum channel) |
The platform where a payment transaction takes place.
|
DonationPaymentRequest |
DonationPaymentRequest.checkoutAttemptId(String checkoutAttemptId) |
Checkout attempt ID that corresponds to the Id generated by the client SDK for tracking user payment journey.
|
DonationPaymentRequest |
DonationPaymentRequest.conversionId(String conversionId) |
Deprecated.
|
DonationPaymentRequest |
DonationPaymentRequest.countryCode(String countryCode) |
The shopper country.
|
DonationPaymentRequest |
DonationPaymentRequest.dateOfBirth(OffsetDateTime dateOfBirth) |
The shopper's date of birth.
|
DonationPaymentRequest |
DonationPaymentRequest.deliverAt(OffsetDateTime deliverAt) |
The date and time the purchased goods should be delivered.
|
DonationPaymentRequest |
DonationPaymentRequest.deliveryAddress(DeliveryAddress deliveryAddress) |
deliveryAddress
|
DonationPaymentRequest |
DonationPaymentRequest.deviceFingerprint(String deviceFingerprint) |
A string containing the shopper's device fingerprint.
|
DonationPaymentRequest |
DonationPaymentRequest.donationAccount(String donationAccount) |
Donation account to which the transaction is credited.
|
DonationPaymentRequest |
DonationPaymentRequest.donationCampaignId(String donationCampaignId) |
The donation campaign ID received in the `/donationCampaigns` call.
|
DonationPaymentRequest |
DonationPaymentRequest.donationOriginalPspReference(String donationOriginalPspReference) |
PSP reference of the transaction from which the donation token is generated.
|
DonationPaymentRequest |
DonationPaymentRequest.donationToken(String donationToken) |
Donation token received in the `/payments` call.
|
static DonationPaymentRequest |
DonationPaymentRequest.fromJson(String jsonString) |
Create an instance of DonationPaymentRequest given an JSON string
|
DonationPaymentRequest |
DonationPaymentRequest.lineItems(List<LineItem> lineItems) |
Price and product information about the purchased items, to be included on the invoice sent to the shopper.
|
DonationPaymentRequest |
DonationPaymentRequest.merchantAccount(String merchantAccount) |
The merchant account identifier, with which you want to process the transaction.
|
DonationPaymentRequest |
DonationPaymentRequest.merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator) |
merchantRiskIndicator
|
DonationPaymentRequest |
DonationPaymentRequest.metadata(Map<String,String> metadata) |
Metadata consists of entries, each of which includes a key and a value.
|
DonationPaymentRequest |
DonationPaymentRequest.mpiData(ThreeDSecureData mpiData) |
mpiData
|
DonationPaymentRequest |
DonationPaymentRequest.origin(String origin) |
Required for the 3D Secure 2 `channel` **Web** integration.
|
DonationPaymentRequest |
DonationPaymentRequest.paymentMethod(DonationPaymentMethod paymentMethod) |
paymentMethod
|
DonationPaymentRequest |
DonationPaymentRequest.putAdditionalDataItem(String key,
String additionalDataItem) |
|
DonationPaymentRequest |
DonationPaymentRequest.putMetadataItem(String key,
String metadataItem) |
|
DonationPaymentRequest |
DonationPaymentRequest.recurringProcessingModel(DonationPaymentRequest.RecurringProcessingModelEnum recurringProcessingModel) |
Defines a recurring payment type.
|
DonationPaymentRequest |
DonationPaymentRequest.redirectFromIssuerMethod(String redirectFromIssuerMethod) |
Specifies the redirect method (GET or POST) when redirecting back from the issuer.
|
DonationPaymentRequest |
DonationPaymentRequest.redirectToIssuerMethod(String redirectToIssuerMethod) |
Specifies the redirect method (GET or POST) when redirecting to the issuer.
|
DonationPaymentRequest |
DonationPaymentRequest.reference(String reference) |
The reference to uniquely identify a payment.
|
DonationPaymentRequest |
DonationPaymentRequest.returnUrl(String returnUrl) |
The URL to return to in case of a redirection.
|
DonationPaymentRequest |
DonationPaymentRequest.sessionValidity(String sessionValidity) |
The date and time until when the session remains valid, in [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format.
|
DonationPaymentRequest |
DonationPaymentRequest.shopperEmail(String shopperEmail) |
The shopper's email address.
|
DonationPaymentRequest |
DonationPaymentRequest.shopperInteraction(DonationPaymentRequest.ShopperInteractionEnum shopperInteraction) |
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
DonationPaymentRequest |
DonationPaymentRequest.shopperIP(String shopperIP) |
The shopper's IP address.
|
DonationPaymentRequest |
DonationPaymentRequest.shopperLocale(String shopperLocale) |
The combination of a language code and a country code to specify the language to be used in the payment.
|
DonationPaymentRequest |
DonationPaymentRequest.shopperName(Name shopperName) |
shopperName
|
DonationPaymentRequest |
DonationPaymentRequest.shopperReference(String shopperReference) |
Required for recurring payments.
|
DonationPaymentRequest |
DonationPaymentRequest.socialSecurityNumber(String socialSecurityNumber) |
The shopper's social security number.
|
DonationPaymentRequest |
DonationPaymentRequest.telephoneNumber(String telephoneNumber) |
The shopper's telephone number.
|
DonationPaymentRequest |
DonationPaymentRequest.threeDS2RequestData(ThreeDS2RequestFields threeDS2RequestData) |
threeDS2RequestData
|
DonationPaymentRequest |
DonationPaymentRequest.threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
Deprecated.
|