Hello Make Community,
I am working on integrating Stripe Payment Intent API with Make (Integromat), Softr, and Airtable. My goal is to handle one-time payments effectively by creating Payment Intents in Stripe and updating payment status in Airtable via Make.
Here’s the workflow I envision:
- User Interaction (Softr): A user triggers a payment action (e.g., clicks “Pay Now”).
- Create Payment Intent (Make + Stripe): Make creates a Payment Intent in Stripe using the amount and currency provided.
- Save Details (Airtable): The payment details (Intent ID, status, etc.) are logged in Airtable for tracking purposes.
- Update Payment Status (Make): Once the payment is completed, Stripe’s webhook triggers Make to update the status in Airtable.
Could someone guide me or share tips on:
- Setting up the Stripe Intent API module in Make.
- Best practices for syncing Softr inputs with Airtable via Make.
- Efficiently handling Stripe webhooks for status updates.
Your assistance would be greatly appreciated! If anyone has a similar setup or examples, please share.