This is my first time asking a question here. I usually use the Web Payments SDK.
According to this documentation:
it looks like Apple Pay, Google Pay, and PayPay are available in Japan.
This is change log: Square Developer Documentation - 2025-08-20 Changelog
However, when I actually use the Web Payments SDK (@square/web), I get the following errors:
Apple Pay initialization error: PaymentMethodUnsupportedError: Method unsupported: Wallet is not available in this merchant country.Google Pay initialization error: PaymentMethodUnsupportedError: Method unsupported: Wallet is not available in this merchant country.
As for PayPay, it doesn’t even seem to appear as an available option.
Could you please clarify the current status of these implementations in Japan?