I\'m starting an Apple Pay integration project and have been able to wire up a transaction on the device, and use Stripe to authorize the payment. The part I\'m actually st
canMakePayments - Will return "YES" ( True / 1 ) irrespective of card configuration.
canMakePaymentsUsingNetworks - Will return "NO" , if card NOT configured or NOT configured properly.
So,should check both... If both should be TRUE then only need to make Button "Apple Pay" visible.
Hope this helps.