Re: [webauthn] FIDO Payment Support (#1570)

@adrianhopebailie I was probably a bit quick regarding the selection thing...

Could this work?
```code
const methodData = [{
  supportedMethods: "https://emvco.com/spc",
  data: { 
      supportedNetworks: ["visa", "mastercard"] 
  }
}, {
    supportedMethods: "https://europeanpaymentsinitiative.com/spc"
}]
```
Both methods would then subscribe to the SPC method during payment credential enrollment.  This would enable merchants to either use individual "pay buttons" for each payment method, or support collections of useful methods to their liking.

-- 
GitHub Notification of comment by cyberphone
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1570#issuecomment-780611040 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 17 February 2021 14:55:01 UTC