Home > Docs > Stripe Payment Gateway for WooCommerce > Pay via Apple Pay from UK and Canada Using Stripe Payment Gateway Plugin for WooCommerce

Pay via Apple Pay from UK and Canada Using Stripe Payment Gateway Plugin for WooCommerce

Last updated on May 8, 2023

Using Stripe Payment Gateway for WooCommerce, you can easily integrate Apple Pay to your WooCommerce store.

Apple Pay truncates the postal codes of UK and Canada to only the first three characters. When the order details are passed back to the WooCommerce website, the order is invalidated due to this truncated postal code. For the time being, this issue can be solved by removing the validation from WooCommerce.

Add the below code snippet to the function.php file of the active child theme to remove this validation from Woocommerce.