Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 3.02 KB

PaymentMethodsRequest.md

File metadata and controls

28 lines (21 loc) · 3.02 KB

PaymentMethodsRequest

Properties

Name Type Description Notes
merchantAccount kotlin.String The merchant account identifier, with which you want to process the transaction.
additionalData kotlin.collections.Map<kotlin.String, kotlin.String> 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. [optional]
allowedPaymentMethods kotlin.collections.List<kotlin.String> List of payment methods to be presented to the shopper. To refer to payment methods, use their payment method type. Example: `&quot;allowedPaymentMethods&quot;:[&quot;ideal&quot;,&quot;giropay&quot;]` [optional]
amount Amount [optional]
blockedPaymentMethods kotlin.collections.List<kotlin.String> List of payment methods to be hidden from the shopper. To refer to payment methods, use their payment method type. Example: `&quot;blockedPaymentMethods&quot;:[&quot;ideal&quot;,&quot;giropay&quot;]` [optional]
channel inline 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 [optional]
countryCode kotlin.String The shopper's country code. [optional]
order EncryptedOrderData [optional]
shopperLocale kotlin.String The combination of a language code and a country code to specify the language to be used in the payment. [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]
splitCardFundingSources kotlin.Boolean Boolean value indicating whether the card payment method should be split into separate debit and credit options. [optional]
store kotlin.String The ecommerce or point-of-sale store that is processing the payment. Used in: * Partner platform integrations for the Classic Platforms integration. * Platform setup integrations for the Balance Platform. [optional]

Enum: channel

Name Value
channel iOS, Android, Web