# Displaying selected payment methods on the payment gateway In imoje, it is possible to display only selected payment methods to the payer. To the standard request creating a transaction from the [Create payment](#topic-create-payment) point, add the `visibleMethod` parameter with at least one of the following values: | Name | Parameter value | Description | |----------|-------------|------------------------| | Payment cards | `card` | Card payment: `Visa`, `MasterCard`| | Electronic wallets | `wallet` | Electronic wallet payment: `Apple Pay`, `Google Pay`, `Visa Mobile`, `PayPal`| | Online transfer | `pbl` | Online transfer payment| | BLIK | `blik` | BLIK payment| | Deferred payments | `imoje_paylater` | imoje pay later payments: `Twisto`, `PayPo`, `PragmaGO`, `Blik pay later`| | Leasing online | `lease` | Payment ING Lease Now| | Traditional transfer | `wt` | Payment by traditional transfer| | imoje installments | `imoje_installments` | Payment in installments | > info > **Important!** For `PayPal` payments to function correctly, do not delete URLs in webhooks. If you change your integration keys in PayPal, you must also update them in the imoje administration panel.