Apple Pay validation url - https://apple-pay-gateway.apple.com/paymentservices/startSession
Approach : - We have used POST method custom API on Node.js with our apple pay certificates key, pem file(which is created in apple developer account).
When we are requesting the API, apple pay validation url is getting timeout.
Request for help to resolve this issue.