Same problem here, after touch id identification I'm getting this error in the system log. I think this error is a consequence to a previous "completeSession" request that result in a 400 error:
2022-03-29 12:23:32.911047+0200 0xa66369 Default 0x0 6399 0 com.apple.PassKit.PaymentAuthorizationUIExtension: (PassKitCore) [com.apple.passkit:Payment] Response:
https://crt-pod1-smp-device.apple.com:443/paymentservices/v4/devices/XXXXXXXX/passes/paymentpass.com.apple/nc.prod.cert_YYYYYYYYY/completeSession 400
{
"Content-Length" = 150;
"Content-Type" = "application/json";
Date = "Tue, 29 Mar 2022 10:23:32 GMT";
"x-envoy-upstream-service-time" = 53;
}
{
statusCode = 400;
statusMessage = "Payment Services Exception Failed to verify transaction instructions signature generated with SEP keys";
}
2022-03-29 12:23:32.911317+0200 0x8d81e0 Default 0x0 6399 0 com.apple.PassKit.PaymentAuthorizationUIExtension: (PassKitCore) [com.apple.passkit:Payment] State machine change state from PKPaymentAuthorizationStateRewrap to PKPaymentAuthorizationStateError with param: <PKPaymentAuthorizationErrorStateParam: 0x600002635b10; error: Error Domain=PKPassKitErrorDomain Code=-2007 "(null)" UserInfo={NSUnderlyingError=0x600002a54ae0 {Error Domain=PKPaymentWebServiceErrorDomain Code=0 "Unexpected error." UserInfo={NSLocalizedDescription=Unexpected error.}}}>
@arunnair91, did you find the problem?