#Mandrid
1 messages · Page 1 of 1 (latest)
hello! have you seen this? https://stripe.com/docs/payments/quickstart
I have... it was rather troublesome. I couldn't get it to work. ><
The instructions were a bit hard to follow. Even the first step (installing with composer) was rough. I SSH'd in and ran the command, but I'm not sure I ran it in the right directory, or what not.
Something something about PATH, and stripe things being able to execute from anywhere, and I don't think that ever happened with the composer. So, I currently have the stripe files (composer files, vendor) just in the web directory. not sure if that's a good idea either.
also. when I did run that example, all I got was a "Pay Now" button on the checkout.html file. and when I clicked it, it just did the spinny indicator and did nothing.
Hi @woeful anvil I'm taking over
If you are looking sample code, you can check out stripe sample code repository at https://github.com/stripe-samples/accept-a-payment/tree/main/payment-element
It contains all the code you need to build your very first Stripe integration.
could you tell me if I installed Stripe correctly on my server? i know it's pretty basic, but I'm not sure i did it correctly.
I can only help if the technical problem is directly related to Stripe products.
it might be... I'm referring to the command line on the quick start, step 1:
composer require stripe/stripe-php
... ... ... HOLY COW IT WORKED!!!!!?!?!?!
dude, jack, thank you for pointing me at the right tutorial resource!
No problem, you solve the problem by youself.
there's so much info, it's impossible to find the right starting point. thank you Jack! that was exactly the right page!