Stripe paywall frontend of Zoom meeting

NOT A CODER
Is it possible to have a STRIPE paywall frontend so click on Zoom meeting link and must pay first before able to enter actual meeting?

What would the use case of this be? You could use Zoom Events instead, unless that’s not useful for your purpose?

@michaels,

Welcome to the Developer Forum! Yes, it would be possible to place a paywall to get to a Zoom meeting link. This will be contingent on the user experience you are looking to provide. For example, a possible workflow you can consider is

  1. After the user pays, a meeting is either created or details are retrieved.
  2. Create a meeting: If a meeting is created, add a join meeting link to a button.
    Get a meeting: If meeting details are retrieved, add a join meeting link to a button.