Open ianbjacobs opened 8 years ago
@ianbjacobs I don't think these are the same issue.
This issue is about a difference in currency between those offered by the payee and the currency that the payer wishes to us to pay.
I think that @mountielee 's comment on #3 is more appropriate on this thread:
two types of currency are used currently. currency for merchant and currency customer selected.
with DCC(Dynamic Currency Conversion) mechanism merchant has product priced $100 and merchant add additional currencies by adding some margins.
merchant will offer multiple currencies and amount to customer. when payment made with different currency than merchant's original currency
merchant will receive settlement amount based on their original currency customer will pay different currency amount by customer's card issuer. DCC vendor will share margins with Acquirer, merchant
The current architecture would make it difficult for the payee to advertise the currencies that that wish to use before the payee makes the offer and attempts to match the payer's currency (DCC flow). For now I'd suggest that we support DCC as follows:
This does mean that the payee has to somehow guess what currency the payer would like to pay with so they can offer them a price in that currency but that's not impossible for them to do (it's often done this way already). The alternative is that the payment app makes a back-channel request (to some callback URL) requesting that they make payment in another currency and get a revised payment request in that currency.
TL:DR; We should support multiple prices in a single payment request that differ by currency (at a minimum). Currency conversion is out of scope for the browser API.
TL:DR; We should support multiple prices in a single payment request that differ by currency (at a minimum). Currency conversion is out of scope for the browser API.
+1
This was discussed at the 24 Feb 2016 FTF meeting: https://www.w3.org/2016/02/24-wpwg-minutes#item09
At the meeting the sense was that we did not need the API to handle currency conversions in the API as long as the API supported being able to specify different amounts and currencies for different payment methods, which is covered by Issue 3: https://github.com/w3c/browser-payment-api/issues/3
Therefore, I recommend that we close this issue and defer to the decision for Issue 3.
Ian