Re: [browser-payment-api] Suggest two alternative payment method identifier proposals (#34)

> Would the idea be that every payment method should live at tobedetermined.com? Or just the ones that we standardize up front?

The idea is only payment methods the working group defines (or approves) should be relative to the base URL. This is because they can't de done in a distributed way.

This would mean you could use `['//bobpay.xyz', 'Visa', 'Mastercard']` or perhaps better `['//bobpay.xyz/v1', 'Visa', 'Mastercard']` . Note the `//` to make the URL a scheme-relative URL.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/34#issuecomment-195470583

Received on Friday, 11 March 2016 17:37:28 UTC