Articles on: Export, Monetization

💳 Monetize your app

To monetize your app, there are 3 non-exclusive options:

The demo: the app is free up to a certain point (X% of the experience)

Paid app: the app is not accessible unless you pay

In-app purchases: elements within the app are paid for, either directly or via a virtual currency.

Subscription: most of the app is only accessible for a monthly or yearly subscription


We will see how to link monetization to variables, using a database to synchronize them.


We take here the example of the subscription, the approach is the same for the other monetizations.


🔌 Create your relational database (Airtable)
Fill in the database a test profile in the 1st columns: Email (type field email ), First name (type field texte)
and Subscription (type field checkbox) . The default Email field which will be used to recognize the user.

Ex: hubert@gmail.com , Hubert, 🔳



Create an account Stripe Payment Link

Click on Create Payment Link. This will allow you to generate a monetization link.







Determine if the payment is Punctual or Recurring.



You can customize your payment page to your colors and give details about the purchase.


Get your Stripe API secret key
This will allow Striper to communicate with





Create an Integromat account
There are alternatives: Zapier, Automate.io..._

Go to Scenarios



Right click and click on Add a module:



Choose Stripe



Click on Watch Events




Click on Webhook/Add and again click on Add a connection. Fill in the name of the connection
and paste the Stripe secret key.



Choose in the Group menu that of Customer and check Customer created.



In Stripe, in the Developers/Webhooks menu, you will see that this one is added automatically:_


Extend the point to the right of the Stripe record to and select Airtable.



Then click on Search records.
We are looking here to make recognize the email that the buyer will enter at the time of payment and the one he will have
filled in your Airtable database when connecting to the application.



Choose on Airtable your Database, then your Table (your leaflet).

Then indicate in the formula: {Email}='X' replacing X by the suggested element of Stripe: 6. Object: Email.



Add a new Airtable point this time for Update a Record.



In Record, put the suggested element of the previous Airtable block: ID
Indeed this Airtable module has previously matched the Stripe email with the one in your database. It knows now
which line of the database to update.


Now you just have to change the field you want to change. For example here we change
the Subscription from No to Yes.





To change a virtual currency, one would have to use the Integromat mathematical formulas to add X to a numerical variable.




Create your payment link in Stripe
Go to Stripe, Products and click on Create Payment Link





When you go to your link, you will see that it is now activated. It is also mobile compatible.



Test your monetization by creating a test client
Go to Clients and Add test client





Back on Airtable, you see that Hubert, by being created by Stripe (an operation that the real purchase will do automatically), is indicated as an active customer in your database.
the real purchase), is indicated as an active customer in your database.



Integrate the payment link on Celestory
If you want to place it in your graph, create a Link block (for example after a Choice block) and paste the Payment Link in it.



If you want to place it in your menu, create a Menu Item (see 📑 Create a menu and its pages Web Link.



Updated on: 02/06/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!