Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 3.2 KB

PayoutRequest.md

File metadata and controls

30 lines (23 loc) · 3.2 KB

PayoutRequest

Properties

Name Type Description Notes
amount Amount
merchantAccount kotlin.String The merchant account identifier, with which you want to process the transaction.
reference kotlin.String The reference to uniquely identify a payment. This reference is used in all communication with you about the payment status. We recommend using a unique value per payment; however, it is not a requirement. If you need to provide multiple references for a transaction, separate them with hyphens ("-"). Maximum length: 80 characters.
billingAddress Address [optional]
card Card [optional]
fraudOffset kotlin.Int An integer value that is added to the normal fraud score. The value can be either positive or negative. [optional]
fundSource FundSource [optional]
recurring Recurring [optional]
selectedRecurringDetailReference kotlin.String The `recurringDetailReference` you want to use for this payment. The value `LATEST` can be used to select the most recently stored recurring detail. [optional]
shopperEmail kotlin.String The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > For 3D Secure 2 transactions, schemes require `shopperEmail` for all browser-based and mobile implementations. [optional]
shopperInteraction inline Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer. For the web service API, Adyen assumes Ecommerce shopper interaction by default. This field has the following possible values: * `Ecommerce` - Online transactions where the cardholder is present (online). For better authorisation rates, we recommend sending the card security code (CSC) along with the request. * `ContAuth` - Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer). If the shopper is present (online), you can supply also the CSC to improve authorisation (one-click payment). * `Moto` - Mail-order and telephone-order transactions where the shopper is in contact with the merchant via email or telephone. * `POS` - Point-of-sale transactions where the shopper is physically present to make a payment using a secure payment terminal. [optional]
shopperName Name [optional]
shopperReference kotlin.String Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address. [optional]
telephoneNumber kotlin.String The shopper's telephone number. [optional]

Enum: shopperInteraction

Name Value
shopperInteraction Ecommerce, ContAuth, Moto, POS