#max_stripapp-connect-apirequests

1 messages ¡ Page 1 of 1 (latest)

distant moatBOT
tame tigerBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

distant moatBOT
#

👋 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/1254868272407384084

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

vocal kernel
#

I don't really understand your question I'm sorry. If you use Stripe Apps, you already have access to that connected account's information using your own platform's API key. You don't need a RAK or anything like this

distant moatBOT
patent osprey
#

I want to call GET /v1/disputes for example from a backend server, not the Stripe App dashboard UI. How would I do so?

My impression is that I need to have an access token stored in my database, which I either get from the RAK flow or the OAuth path.

#

Is there another way to access an account's dispute data but via passing in my own API key?

vocal kernel
#

Stripe Apps are definitely not just UI components and you can make any calls server-side on their behalf using your own platform's API key.
So mostly you can call the List Disputes API with your own platform's Secret API key + the connected account id acct_123 in the Stripe-Account header

patent osprey
#

ahh did not realize that my own API key could work just by changing the Stripe-Account header. Should've read the docs more carefully. Thanks so much for your help!