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.
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.