Limiting Available Payment Methods
Why is this useful?
Default configuration
bin/console debug:config sylius_adyenExample output
sylius_adyen:
payment_methods:
allowed_types:
- scheme
- ach
- alipay
- alipay_hk
- alma
- applepay
- directdebit_GB
- bcmc_mobile
- klarna_b2b
- blik
- googlepay
- ideal
- klarna_paynow
- klarna
- klarna_account
- facilypay_3x
- facilypay_4x
- facilypay_6x
- facilypay_10x
- facilypay_12x
- scalapay_3x
- paypal
- onlineBanking_PL
- twint
- wechatpayWeb
- wechatpayQR
manual_capture_supporting_types:
- ach
- alma
- applepay
- directdebit_GB
- facilypay_10x
- facilypay_12x
- facilypay_3x
- facilypay_4x
- facilypay_6x
- googlepay
- klarna
- klarna_account
- klarna_b2b
- klarna_paynow
- scalapay_3x
- scheme
- twint
only_manual_capture_types: {}
only_for_logged_in_users_types: {}Explanation of configuration options
Customization
Was this helpful?
