Hi there!
I want to create a checkout in Glide that allows for dynamic pricing.
E.g. when I type in that a customer needs to pay €1234 euro, the checkout should preload that amount.
Is this possible?
Thank you!
Nathan
Hi there!
I want to create a checkout in Glide that allows for dynamic pricing.
E.g. when I type in that a customer needs to pay €1234 euro, the checkout should preload that amount.
Is this possible?
Thank you!
Nathan
You might want to take a look at the documentation here:
It explains everything you should know about Stripe Integration.
Enter manual values or specify columns from your data for any of the optional fields you want to use to link your data with your Stripe account. These optional fields are Product ID, Price ID, and Customer ID.
Let me know if you need further help!
Is this one single product with dynamic pricing? Is Stripe an option in your country?
Hi Maxime!
It’s a bit weird to work with invoices vs with payment links/checkouts (in iframe) but it works! I can create an invoice with a specified amount with the Stripe Integration and store the stripe invoice ID in Glide, send it automatically with Stripe to the customer and whenever a customer pays, I can send it back to Glide with zapier. 100% solution!
Stripe is an option indeed! Didn’t know the standard stripe integration! It’s not a real checkout but the invoice with payment link works!
Perfect! If you need further help, don’t hesite!