## Show the payment request interface `paymentRequest.show()` Shows the browser’s payment interface. When using the `paymentRequestButton` [Element](https://docs.stripe.com/js/element.md), this is called for you automatically. This method must be called as the result of a user interaction (for example, in a click handler). ### Example ```title Show the payment request interface ```