#bhumika_api

1 messages ¡ Page 1 of 1 (latest)

abstract nicheBOT
#

👋 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.

magic phoenix
#

please help me

#

i am unable to integrate with my website

#

as i don't have knowlege of endpoint something

solid saddle
#

Do you have development experience? What specific issues are you having?

magic phoenix
#

no i don't have development experience

#

if you have any number can we talk

solid saddle
#

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

https://docs.stripe.com/no-code/payment-links

If you want to start selling online, Payment Links offer a simple way for customers to pay you. Learn how to create one that you can share with everyone without writing code.

magic phoenix
#

can you assigne me someone

#

becouse i don't have anyone

#

its so urgent

solid saddle
#

That's not something we offer here no. We don't write code for users and we aren't for hire

magic phoenix
#

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

solid saddle
magic phoenix
#

i got two of them but the last endpoint url

#

what is this endpoint url

#

please help me on this

solid saddle
magic phoenix
#

how i get the endpoint url

solid saddle
#

You'd read the guide I just linked

magic phoenix
#

but still i not got

#

the satisfied asnwer

#

becouse i don't have endpoint url

solid saddle
#

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

#

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