# 5.3. Payment method visibility It is possible to declare which payment methods are visible on the gateway by using the additional `visibleMethod` parameter.
By default, all payment methods available for the store are visible. | Value | Description | |------------|-------------| | `pbl` | Fast transfers | | `blik` | Blik | | `card` | Card payment | | `wallet` | GooglePay and ApplePay wallet payment | #### Structure example: ```json "visibleMethod": [ "pbl", "blik", "card", "wallet" ] ```