I am building a zoom client app using react.js and trying to load stripe Payment Request Buttons in my app from below docs https://stripe.com/docs/stripe-js/elements/payment-request-button
I am able to see a Stripe Link button by loading the app in chrome browser, but when I am loading my app in zoom, I can't see that Link button, I am seeing "Unrecognized feature: 'payment'." in console.
I have not implemented any backend code for now, just trying to load stripe payment request buttons by passing publishable key first.
Any help will be really appreciated.
I want to load the stripe payment request buttons in my zoom client app.