show

inline suspend fun PaymentRequest.show(detailsPromise: PaymentDetailsUpdate): PaymentResponse(source)
inline suspend fun PaymentRequest.show(): PaymentResponse(source)

The PaymentRequest interface's show() method instructs the user agent to begin the process of showing and handling the user interface for the payment request to the user.

MDN Reference