Quick question – Stripe + Softr integration:
I’m building a document submission platform with a pricing model that scales based on the number of documents submitted. I use Stripe for checkout and Softr to manage user sessions.
I need help with two specific points:
- Automatically populate the name and email fields in Stripe Checkout using the logged-in user’s data (from Softr) and prevent the user from editing them.
- Capture the generated
customer_id
orsubscription_id
from Stripe after checkout and store it in hidden fields for later use.
Has anyone implemented something similar or knows the best approach?
Appreciate any guidance you can share!