You can accept Stripe payments and add them to Airtable through miniExtensions Form. Just connect your form with your Stripe account, add product info and start collecting payments using Stripe Checkout. You can find more info about the capabilities of the Stripe integration here.
💡Tip
This feature works great with formula fields in miniExtensions Form. When used together, you can show the order total like in the demo.
Features
- Payment’s status field gets auto-updated after each transaction.
- Every transaction in Stripe includes the Airtable record ID.
- Supports different currencies.
- Supports multiple products checkout.
- This feature is part of our powerful miniExtensions Form.
Use Cases
This extension can be useful in a lot of scenarios. You can use it as:
- Paywall for digital products
- A checkout page for B2B e-commerce
If you click on the sample view below, you’ll see the table that’s used for the demo above.
After people get redirected to the payment page, we are getting an error log on Stripe. It says “no payment method selected”.
This would be an expected error when there’s in fact no payment method selected. Meaning, the user did not make the payment. Anytime you go to the payment form and leave the page, you would get a transaction failed or an error on Stripe end.