Re: [w3c/payment-handler] topLevelOrigin is a weird name (#259)

@domenic if a `merchant.com` uses `paymentprocessor.com` then the most reliable information that the payment handler can provide the user about **who is being paid** is the origin `merchant.com`.

I think there are two pieces of information that are important to the payment handler (and possibly the user of the payment handler):
1. Who is being paid
2. Who is processing the payment (accepting the payment request response)

Sometimes these are the same but sometimes they are different. This design accommodates the case when they are different.

-- 
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-handler/issues/259#issuecomment-379855084

Received on Monday, 9 April 2018 18:49:33 UTC