Can I offer express payment methods without accepting card payments?

First, it’s important to note that, for the most part, express checkout methods are card payments. The payment is still processed like a card because a customer is effectively using the card details saved to their Amazon, 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.

Related Products

Print USPS, UPS, and DHL labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use...

Offer add-ons like gift wrapping, special messages or other special options for your products.

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.