#sameer - Checkout
1 messages · Page 1 of 1 (latest)
It sounds like you can just create the checkout session and have your bot send your user a link to the Session's URL
thing is i don't understand the video's or the docs on that content. Like can you tell me step to step.. installations or required libraries and environment all that stuff?
Have you seen this doc yet? It should cover much of that https://stripe.com/docs/payments/accept-a-payment
which platform should i use for the development btw. will pycharm work or do i need to use visual studios?
Hi 👋 I'm stepping in for @dry berry
Those aren't platforms. They are IDEs
Do you want to use Python?
yes
Our code snippets use Flask to spin up a simple webserver
So you can copy/paste those
Take a look here: https://stripe.com/docs/payments/quickstart
i downloaded the whole app
Okay. Let me know if there are parts you don't understand
hey how do i create new .env
That's more Python and coding in general. We help with Stripe integrations here. Fortunately there are several web pages and blog posts on how to do this. I would recommend Googling it.
Also...that's a "warning", your code will still run.
this is what i get when i open the website
@light lodge we can't really help with one screenshot of an empty page
We need detailed information from you, the developer, about your exact code, what part of it is and isn't running, etc. As the developer you can debug this step by step, add logs, etc. to track down what part isn't working
i basically download the code from the stripe website and opened it in the visual studios IDE. then tried to run the code and this happened
when i open the host
I'm sorry, you're just downloading one thing, running it once and then sending a picture of output
i was doing this since last one week
As the developer you have to debug this. I can't really tell you why the code doesn't run on your own machine/environment unfortunately. I can try to help, if you have specific questions
right now it'd be like saying to a mechanic "my car in my garage doesn't start, please help"
Have you ever built a python web app on Flask before? Or is this your first time?
first time
Have you ever written code or a web app before?
nope
Okay, so I think you need to hire a professional to help you build this from scratch. Accepting payments is not a small task, it needs to be done securely otherwise you could leak a lot of sensitive information
Alternatively, you could use Payment Links https://stripe.com/payments/payment-links
ok. i have two things. First, i am doing a Final Year Project based on food ordering chatbot in telegram. so will i be able to collect payments at the time of checkout. Btw i used python telegram bot to develop the code in python. Second, do you know any professional that can help at the moment?
I don't know of any professional, sorry. And yes you can use Stripe to collect payments at the time of Checkout if you want (back to the doc my colleague gave you)
cool and thanks. will try to understand the docs. are there any tips to be followed to get this quick