I’m launching a small service-based business and need the full workflow—payment, data capture, and routing—running smoothly from day one. Stripe will handle both one-time purchases and subscription style recurring charges. The moment a customer submits a Google Form, I want their name, email, address, phone, location details, and any extra notes to push straight into Google Sheets, and Stripe should charge the card without the customer ever noticing the hand-off. Here’s the flow I have in mind: • Customer opens a Google Form, chooses the service, and enters their contact information. • On form submission, Stripe processes the appropriate payment (one-off or recurring) and instantly returns confirmation. • Google Sheets is updated in real time with every field from the form plus the Stripe transaction ID so I can sort routes and monitor revenue at a glance. • Any errors or failed payments should trigger an email alert to me. I’m comfortable adding products in Stripe, but I need you to build the glue—Apps Script or a lightweight webhook that keeps Forms, Sheets, and Stripe talking reliably. If you’ve done similar setups, show me a live example or screenshots so I can be confident this will scale. Acceptance criteria: – Form submits seamlessly trigger the right Stripe charge (tested with both payment types). – All customer fields and payment metadata land in the correct columns in Sheets with no manual intervention. – Clear setup documentation so I can add new products or edit prices without code changes. – System survives at least 20 rapid test submissions without dropping data or double-charging. I’m ready to start as soon as you can commit to an estimated timeline.