#bhumika_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296070336466522203
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
please help me
i am unable to integrate with my website
as i don't have knowlege of endpoint something
Do you have development experience? What specific issues are you having?
Then you probably want to look at some of the no-code solutions we have. Most Stripe payment integrations require some technical/development experience otherwise
That's not something we offer here no. We don't write code for users and we aren't for hire
no i telling you what i need
i need secret key
public key
and last endpoint
how i get this
just need only this help
i want to know the step where should i go in stripe.com
everything is verified i just need to enter this details that's it
i don't think for this i need any devloper
Your account keys are available via the Dashboard: https://dashboard.stripe.com/apikeys
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i got two of them but the last endpoint url
what is this endpoint url
please help me on this
And what endpoint/APIs you use would depend on what it is you're doing. I'd suggest starting here: https://docs.stripe.com/payments/accept-a-payment?platform=web
how i get the endpoint url
You'd read the guide I just linked
There are dozens of endpoint URLs, take a look at the reference: https://docs.stripe.com/api
The endpoint you want will depend on what it is you're trying to do exactly. The guide I linked doesn't use endpint URLs directly as they default to using our native SDKs which wrap the API, and you call methods/functions to simulate the endpoints
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also, most of our payment integrations have both server-side components (that call API endpoints, like this) and a client-side component that uses Stripe.js functions to handle card data and make the payment
It's not as simple as just calling an endpoint I'm afraid