#vasant-dhatrak_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260915396530143302
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Your question is very vague. What specifically can I help with?
what effect if i create stripe app for my business
i already have stripe account for accepting payment from my client
You can create an app to extend functionality for your service natively into our Dashboard
like ?
can you specify
Hard to say a specific example without knowing that your business does, but here are some existing examples on the marketplace: https://marketplace.stripe.com/
Let me know if you have any technical questions about Stripe Apps! Otherwise I recommend speaking with support: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes i already visit this site
i want to create app like https://marketplace.stripe.com/apps/gift-up his
Sure, what questions can I help answer then?
so how can i create
i go through documentation but not clear step by step flow
You'd start here: https://docs.stripe.com/stripe-apps/create-app
That will generate a boilerplate app for you
yes i already go through this
i am confuse in Store secret credentials and tokens in your app & IN API authentication methods
I'm sorry but 'how can I create' is not an acceptable question here. What specific issue are you having? Is there an error? What are you trying to build that is confusing?
i am confuse in Store secret credentials and tokens in your app & IN API authentication methods
can you explain me purpose
I don't understand the question
https://docs.stripe.com/stripe-apps/create-app
in this documentation steps like this
- Store secret credentials
- API authentication methods
so i am confuse need to follow both or any one ?
Will your app make calls to the Stripe API or third-party APIs?
yes i need to add call for fetching information from my own web based system into app for displaying
OK, then you'll likely want to implement an OAuth flow (https://docs.stripe.com/stripe-apps/pkce-oauth-flow) to authenticate the Stripe App with your service and then store the token(s) in the secret store so they can be accessed as needed to facilitate those calls (https://docs.stripe.com/stripe-apps/store-secrets)
with the help of stripe app i can only show data of stripe menus in stripe app am i correct ?
I don't understand
Your app can make calls to any Stripe API assuming the app has necessary permissions
What do you mean?
webhook in stripe ?