Dec 15, 2021 04:49 PM
I’m working on an app that will have a free tier and a paid tier, and I’d like to add a button to let users sign up to a paid tier from inside the app.
What are the general guidelines regarding building sign up and payment features into AirTable apps?
Solved! Go to Solution.
Dec 15, 2021 06:48 PM
Are you building a custom app?
If so, you will need an external method of handling payments and verifying payments, per this page.
Please do not facilitate financial transactions on the Airtable platform. You are welcome to independently monetize your app through your own channels and have users validate using an API key. You can refer to the Formstack Documents app or Jira Cloud app as examples.
Your app can have a link to your website where you handle the financial transaction and provide the user with an API key or similar credentials. Then have your app verify the API key.
Dec 15, 2021 06:48 PM
Are you building a custom app?
If so, you will need an external method of handling payments and verifying payments, per this page.
Please do not facilitate financial transactions on the Airtable platform. You are welcome to independently monetize your app through your own channels and have users validate using an API key. You can refer to the Formstack Documents app or Jira Cloud app as examples.
Your app can have a link to your website where you handle the financial transaction and provide the user with an API key or similar credentials. Then have your app verify the API key.