Help

How to handle user sign ups and payments inside an app?

Topic Labels: Extensions
Solved
Jump to Solution
1023 1
cancel
Showing results for 
Search instead for 
Did you mean: 
JoJo
5 - Automation Enthusiast
5 - Automation Enthusiast

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?

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

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.

See Solution in Thread

1 Reply 1
kuovonne
18 - Pluto
18 - Pluto

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.