PaymentMethodConfigCreateRequest
PaymentMethodConfigs control which payment methods are displayed to your customers when you don't explicitly specify payment method types. You can have multiple configurations with different sets of payment methods for different scenarios.
- descriptionType: stringmax length:5000
The configuration's description.
- nameType: stringmax length:5000
The configuration's name.
- paymentType: array object[] · payment_method_config_payment_method_properties[]
_methods List of payment methods for configuration (card, bank, etc) A minimum of 1 payment method is required.
Transaction representing a specific operation (auth, capture, etc)
- activeType: boolean
Whether the payment method is active or not and can be used for new payments.
- nameType: string
Payment method used.
- setupType: object · payment_method_config_payment_method_setup nullable
Payment method configuration.
- authorizationType: string
_type - captureType: string
_mode The capture mode of the transaction
- maximumType: array object[]
_auth _amounts Maximum authorization amounts per currency
- preType: string
_authorization _type - statementType: string
_descriptor Payment method used.
- threedsType: object · PaymentMethodConfigThreeDs
3DS Configuration
- usageType: string
Type of payment contract
- walletsType: array string[]
Payment method used.

