#moksh_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/1257254756800532614
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hey! Taking over for my colleague. According to this request req_ssscUpCTnHIDkP, You are trying to create a Connect Account on a Connected Standard Account ?
Is fo no you can't. You can perform request on your Standard Connect Account regarding Charges, Payouts... but not all actions are permitted using the Connect connexion.
Between, access token is deprecated you should be using Stripe Auth Header:
https://docs.stripe.com/connect/oauth-reference#get-authorize:~:text=Use the Stripe-Account header with your platform’s secret key (that can make requests on behalf of this Stripe account).
i am trying to call the curl
"curl --location --request GET 'https://api.stripe.com/v1/accounts?limit=3'
--header 'Authorization: bearer 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'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Cookie: cid=552f19d1-3783-4bc2-92ca-3d4b973f3ffc'
--data-urlencode 'limit=3'"
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_X6voGBiPOzkKmp
Yes same. You need to do APIs related to Direct charges/Payouts.
You cannot access the connected accounts of your platform's connected accounts.
If you want to get access to these information. You'll need to use the secret Key of your Standard Account.
is there is any other way to get the account infomation ?
No. Only using the connected Account secret key.
Okay thank you