PKPaymentAuthorizationController.canMakePayments(usingNetworks:) returns FALSE

Hi everyone, I'm build an App with Catalyst for Mac, iPhone and iPad.
I've configured Apple Pay and on iPhone and iPad works fine. The problem is on the Mac, case when I call the func to check if the device canMakePayments(usingNetworks:) (with Stripe API) it always returns false and the payment sheet is not display. If I check only canMakePayment() it returns true.
I'm trying on a MacBook Pro M1, so there is the compatibility with Apple Pay.
I've a card on my Wallet
Have you some solutions?

Did you find a solution?

PKPaymentAuthorizationController.canMakePayments(usingNetworks:) returns FALSE
 
 
Q