Can I offer express payment methods without accepting card payments?

First, it’s important to note that express checkout methods are card payments. The payment is still processed like a card because a customer is effectively using the card details that are saved to their Apple, Google, or Link account.

That said, you may want to offer these express payment methods without displaying the card payment fields on your site’s checkout page. If this is the case, then you can hide the card fields by adding some CSS to your site.

NOTE: This will only work for the shortcode checkout, not the block checkout!

/* Hide the WooPayments card fields on shortcode checkout page */
body.woocommerce-checkout .payment_method_woocommerce_payments {
    display: none;
}

Please note that we are unable to provide support for custom code under our Support Policy. If you need to customize this snippet further or extend the functionality, we highly recommend Codeable or a Certified WooExpert.