[w3c/webpayments-methods-tokenization] Drop the word 'card' from this payment method (#27)

As discussed at the F2F I don't see the value in calling this tokenized **card**.

Physical cards are a legacy that will soon disappear from online payments. My hope is that this payment method will be around MUCH longer and will continue to be used even when the token is generated by a digital wallet that has no concept of a "card".

Concretely I propose:

1. The payment method identifier should be: `token`
2. Change `TokenizedCardRequest` to `TokenRequest`
3. Change `TokenizedCardResponse` to `TokenResponse`
4. Change `cardholderName` to `payerName`
5. Change `lastFourOfFPAN` to `paymentInstrumentLabel`
6. Change `card` to `payment instrument` or `account` in flow diagram.

I am happy to submit a PR if there is agreement on this proposal.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments-methods-tokenization/issues/27

Received on Wednesday, 17 January 2018 10:17:27 UTC