Adyen · Schema

PaymentMethodsRequest

PaymentMethodsRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
additionalData object This field contains additional data, which may be required for a particular payment request. The `additionalData` object consists of entries, each of which includes the key and value.
allowedPaymentMethods array List of payment methods to be presented to the shopper. To refer to payment methods, use their [payment method type](https://docs.adyen.com/payment-methods/payment-method-types). Example: `"allowedPay
amount object The amount information for the transaction (in [minor units](https://docs.adyen.com/development-resources/currency-codes)). For [BIN or card verification](https://docs.adyen.com/payment-methods/cards/
blockedPaymentMethods array List of payment methods to be hidden from the shopper. To refer to payment methods, use their [payment method type](https://docs.adyen.com/payment-methods/payment-method-types). Example: `"blockedPaym
channel string The platform where a payment transaction takes place. This field can be used for filtering out payment methods that are only available on specific platforms. Possible values: * iOS * Android * Web
countryCode string The shopper's country code.
merchantAccount string The merchant account identifier, with which you want to process the transaction.
order object The order information required for partial payments.
shopperLocale string The combination of a language code and a country code to specify the language to be used in the payment.
shopperReference 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 identif
splitCardFundingSources boolean Boolean value indicating whether the card payment method should be split into separate debit and credit options.
store string Required for Adyen for Platforms integrations if you have a platform setup. This is your [reference](https://docs.adyen.com/api-explorer/Management/3/post/merchants/(merchantId)/stores#request-referen
View JSON Schema on GitHub