w3c / webpayments

The document repo for the Web Payments Working Group
https://github.com/w3c/webpayments/wiki
Other
257 stars 63 forks source link

[Payment Apps] What is the process for rendering the payment app UI #162

Closed adrianhopebailie closed 8 years ago

adrianhopebailie commented 8 years ago

When the payment app requires UI it provides a URL that must be fetched to render UI.

WebRTC does this by rejecting the original calling page's promise with a URL which is rendered. This seems like a problem (asking the merchant to render the app).

Better option may be a simple window.open() from the payment app javascript code.

adrianhopebailie commented 8 years ago

Migrated to https://github.com/w3c/webpayments-payment-apps-api/issues/4