If you go to WooCommerce > Status > Logs you will find the?wc-stripe
?log file which will have details on which required field was missing a value.
This is the wcs-stripe log file: There’s no info about missing field.
2023-12-01T15:55:20+00:00 INFO 39.52.134.76::REQUEST applepaydomains::all--[]
2023-12-01T15:55:20+00:00 INFO 39.52.134.76::RESPONSE applepaydomains::all--{"object":"list","data":[],"has_more":false,"url":"\/v1\/apple_pay\/domains"}
2023-12-01T15:55:20+00:00 INFO 39.52.134.76::REQUEST applepaydomains::create--[{"domain_name":"skatessports.com"}]
2023-12-01T15:55:25+00:00 INFO 39.52.134.76::RESPONSE applepaydomains::create--{"id":"apwc_1OIZ3pGHHnBWqYk3oN0ePo0M","object":"apple_pay_domain","created":1701446125,"domain_name":"skatessports.com","livemode":true}
2023-12-01T16:03:54+00:00 INFO 39.52.134.76::REQUEST applepaydomains::all--[]
2023-12-01T16:03:54+00:00 INFO 39.52.134.76::RESPONSE applepaydomains::all--{"object":"list","data":[],"has_more":false,"url":"\/v1\/apple_pay\/domains"}
2023-12-01T16:03:54+00:00 INFO 39.52.134.76::REQUEST applepaydomains::create--[{"domain_name":"skatessports.com"}]
2023-12-01T16:03:57+00:00 INFO 39.52.134.76::RESPONSE applepaydomains::create--{"id":"apwc_1OIZC4GHHnBWqYk3PX6SmIHw","object":"apple_pay_domain","created":1701446636,"domain_name":"skatessports.com","livemode":false}
Normally the checkout page will show a notice indicating that a required field was missing
When I fill the missing fields and click on GPay icon again and tap Pay button on the popup, It again does the same and show an error, you can see the error in the aobve video I recorded.
Thanks.