Glide Pages Buy button integration not available

The docs for the Stripe integration is here.

I haven’t used it, but from reading it I assume this is currently how things work:

  • You’re only able to create a new invoice for a specific user, and the payment process happens outside Glide.

  • Glide does not support bringing back the payment info anymore, and you have to do it with an external service like Make: trigger when an invoice is paid, then take the invoice’s info, do further lookups if needed, and add a row to your database (whether it be Glide Tables - through the API, Google Sheets, Airtable or something else).