Are we able to use subscriptions based payments for plugin usage and Stripe payment form inside iframe in the plugin UI

Hi,
I have not find any info in the Figma docs so I wonder can we charge monthly/yearly subscription for our plugin usage?
It would have solid base free version and additional purchasable stuff for pro users.

And the second question. If so can we show iframe for payment by Stripe directly in the plugin UI? Or should we create separated page on our website to allow users to purchase?

Thanks in advance.

  1. Of course you can.

  2. I would advice you to implement purchase flow separately in the browser. It might be possible to do it in the iframe but it’s not convenient, specifically because in the browser a user might have autocomplete data and they won’t be able to use it in the desktop app.