## Show the payment request interface

`paymentRequest.show()`

*The payment request button and `stripe.paymentRequest()` are deprecated. [Migrate to the express checkout element](https://docs.stripe.com/elements/express-checkout-element/migration.md).*

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