Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 3.11 KB

PaymentRequest.md

File metadata and controls

42 lines (39 loc) · 3.11 KB

AdyenApiJs.PaymentRequest

Properties

Name Type Description Notes
card Card [optional]
mpiData ThreeDSecureData [optional]
bankAccount BankAccount [optional]
amount Amount [optional]
reference String the reference assigned to the payment [optional]
billingAddress Address [optional]
shopperIP String the IP address of the shopper [optional]
merchantAccount String the merchant account which will be used to process the payment [optional]
browserInfo BrowserInfo [optional]
shopperInteraction ShopperInteraction [optional]
shopperEmail String the email address of the shopper / customer [optional]
shopperReference String a reference used to uniquely identify the shopper (e.g. user ID or account ID) [optional]
recurring Recurring [optional]
shopperStatement String the text to appear on the shopper's statement [optional]
fraudOffset Number the offset that is added to the normal fraud score (positive or negative) [optional]
sessionId String [optional]
additionalAmount Amount [optional]
selectedRecurringDetailReference String the recurringDetailReference you want to use for this payment [optional]
orderReference String the order reference to link multiple partial payments [optional]
merchantOrderReference String the reference to link multiple transactions to each other [optional]
dccQuote ForexQuote [optional]
additionalData Object a map of name/value pairs for passing in additional/industry-specific data [optional]
shopperName Name [optional]
shopperLocale String the combination of language code and country code to specify the language to be used in the payment [optional]
selectedBrand String the selected brand how to process the payment for dual branded cards [optional]
deliveryAddress Address [optional]
deliveryDate Date the expected date of delivery or fulfillment [optional]
deviceFingerprint String [optional]
installments Installments [optional]
socialSecurityNumber String the shopper's social security number [optional]
captureDelayHours Number the number of hours delay between the authorisation and scheduled auto-capture [optional]
dateOfBirth Date the shopper's date of birth [optional]
telephoneNumber String the shopper's telephone number [optional]
mcc String the mcc value that is required to process this payment [optional]
metadata Object a map of key/value pairs of metadata sent by merchant [optional]