Paywall with time limit

hi everyone,
is there a solution to create a paid link with time-limited access?
Example:
to access link XYZ I pay $5 and I have access to that page for x days only.

hope this is clear :slight_smile:

The way I do something similar, by giving timed access to my users, is to have field(s)in Airtable to control visibility (formula fields to calculate dates and number of days to return True/False values) and conditional filters in Softr to reference those fields.

So, in my case, the users always have access to the page with the same link but the content on it may be hidden from them.

It is a simple way to do it, but it works well for my purposes. Hope it gives you some thoughts for your application.