Hey Everyone,
Stripe Connect is a must for us so here is my thoughts on integration I’m pretty much there but I’d love to take it one step further.
• Users “set up payouts” by a Make.com integration I have with Stripe API creating the link
• Users create products and using Make.com they can create a product in stripe under their Stripe Connect account
• Stripe returns a customized payment link for that user and that product with photos
• Users can purchase that product BUT are taken to a separate link
Not an awesome UX that they’re taken to a separate link. So here’s my thought, let me know if this is secure or your thoughts.
• Everything included above in this scenario except the last step.
• Users enter Credit Card upon registration (we’re selling tickets not products)
• Trigger webhook to send connect to Stripe API to create a charge on the card to purchase the product in Stripe
• Users Credit Card number clear immediately from glide for security purposes
• User and Seller are alerted of purchase…so on and so fourth.
if you record them in row owners columns, then yes… or you can take CC in the google web app opened in a web view… but why do you need to record CC? Stripe will hold that for you when they pay.
I’m not sure what your process is, you are taking commissions from users in your App sailing tickets to your App visitors? That’s why you are using Stripe connect instead of regular API?
Thank you… the sheet in which you are recording users’ transactions should have a row owner check in the User email column…
You can use an unconnected Google Sheet to record that through a fetch JSON column, but this is a complicated process.
I don’t need to STORE them. I just need to collect them at some
point to process the attendees payments. Attendees don’t have a user account until they register (pay).
Hm, maybe I’m misunderstanding your question sorry.
I have a glide pages form, where a visitor can register.
I was looking into them inputing the CC number and when clicking submit sending the CC to stripe using the STRIPE api. However, according to the above restriction, I can’t do that.