#aghrt

1 messages · Page 1 of 1 (latest)

obsidian mauveBOT
runic plank
#

Hi, was this typed accidentally? Or do you have Stripe integration questions?

#

Yeap, I see you've edited the ask. Taking a look

vast lake
#

Thanks! Had my hand misaligned on the keyboard and hit enter. blush

runic plank
#

Hmmm, from the sound of things, it would not work to have client only integration. However, I'm not as familiar with pre-generated jekyll html pages so taking a look

vast lake
#

Essentially, jekyll takes configuration files and generates static pages that are then served without any additional overlay or computation from a webserver.

#

So, if you can do Stripe Elements from a static HTML page (static meaning only the web page components: html, css, js) ... then ... it should work.

runic plank
#

I see, no that is not possible. You would need to have the server-side as well.

vast lake
#

Is there any sort of mechanism in Payment Links or another product that would allow you to pass a value for the payment amount?

#

The challenge that I currently have is that I have about 200 customers ... if everyone pays on-time, the prices are all the same... but when one of them is slow and whines to our board... then they can get put on a payment plan... and then the prices are ... all over the place.

#

so, creating a product for each one ... is kinda out of the question.

runic plank
vast lake
#

I was really hoping that the payment-link option where the user can fill it in... that there would be an option of having an amount on the query string or something similar (post?) that would allow you to fill in the amount for the user... but I'm not seeing any documentation of that being any kind of feature.