Re: [w3c/payment-request] Dealing with name as returned by the API (i18n) (#634)

@chinnagogulapati , thanks for the feedback. I think that it is important to also get feedback from the implementors on where they source that data.

When a user is prompted to provide their name (the input that @marcoscaceres is referring to) that should only be used to populate `response.payerName`.
 
If the user is paying by card and the browser is capturing this information (including the "Name on Card") then this should be a new input and returned as 
`response.details.cardholderName`.

If the browser is attempting to optimize this by capturing the name once and using it in both return fields then that is a bug in the implementation not the specification.

@molly26dalton @rsolomakhin Any insights here? Are you differentiating between **Payer Name** and **Cardholder Name**?

-- 
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/payment-request/issues/634#issuecomment-333699932

Received on Tuesday, 3 October 2017 00:05:52 UTC