#shivam
1 messages · Page 1 of 1 (latest)
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Are you with me?
Hey, we are trying to have quick real-time support on Discord, so it's important that we are both engaged in the conversation, so I can effectively help you. If this doesn't work for you, it's better to contact Stripe Support and you will be able to get help at your own pace: https://support.stripe.com/?contact=true
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
here is the requestID: req_R9d22XCbqeXrGs
I guess we don't return the created field when retrieving your own Account (which is what that request is doing)
You can't, at least not for your own Account. You can for connected accounts
ohhky
i saw on networktrace and saw this API which returns createdDate
https://api.stripe.com/v1/accounts/acct_1LfLXpE6OoqiC3Rd?include_only[]=id%2Ccreated%2Ccharges_enabled
but it uses some other token
can it be enabled with user token?
That's a request from the Dashboard I suspect
Which has special permissions for certain fields
Yes, as explained
No, not for your own account. You'd need to track creation date yourself if that's important
Not sure I understand the question
if we request to add this filed for account API how much time it would take for stripe dev ?
Not something we'd even guarantee we'd add support for