Re: [w3c/browser-payment-api] Add billing shipping type (#409)

> On 27 Jan 2017, at 4:53 am, Rouslan Solomakhin <notifications@github.com> wrote:
> 
> Billing address requirement depends on payment methods. So, bitcoin, for example, would not need it, but credit cards do need it. 
> 

But only in some countries (Australia doesn't require a billing address to process a credit card payment online, afaik). 

> Therefore, I'd prefer that we keep billing address in method-specific data. I suggest that you send a patch to "Basic Card" spec, which has billing address in https://w3c.github.io/webpayments-methods-card/#basiccardresponse. I'm in support of something like this:
> 
> new PaymentRequest([{
>     supportedMethods: ['basic-card'],
>     data: {requiredFields: ['billingAddress']}
>   }], shoppingCart);
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
> 


-- 
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/browser-payment-api/pull/409#issuecomment-275560379

Received on Friday, 27 January 2017 00:51:57 UTC