#procodecrafter
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- procodecrafter, 3 days ago, 12 messages
- procodecrafter, 3 days ago, 46 messages
- procodecrafter, 4 days ago, 6 messages
- procodecrafter, 4 days ago, 36 messages
- procodecrafter, 5 days ago, 18 messages
- procodecrafter, 5 days ago, 21 messages
and 3 more
Hi 👋 yes, it's in the requirements hash on the Account object, sounds like you're looking for the contents of past_due and currently_due more than likely.
https://stripe.com/docs/api/accounts/object#account_object-requirements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There is still an api in stripe , i had a chance to see but right now i am not getting it
on documentation page
I'm sorry, I'm not sure what you were trying to convey in that last message. If there's still something you'd like me to answer, would you mind trying to rephrase that?
Our endpoint for retrieving an Account object is shown here, in our API reference:
https://stripe.com/docs/api/accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
All i need to do is just fullfill the current_due ?
It depends on the state of the Account. Can you tell me more about the scenario you're investigating? Is this an initial onboarding, additional requirements coming due later, something else?
Yes . i am trying to create a custom account but when i passed few datas but failed get proper verification
I hit the same api but didn't get the address requirement which was pending
Can you elaborate? What account did you retrieve, what were you expecting to see when you did so, what did you see instead?
I tried to create a custom account just with email only now lots of details are pending
I need to provide this right
?
disabled_reason is requirements.past_due, so you need to provide everything from requirements.past_due. Chances are past_due and currently_due are the same since this is a fresh account.
I'm not sure, it's hard to say without more specifics about exactly what you're doing or an example of an Account that you're looking at from your testing.
Too simplified, I don't know what account you're looking at, so I don't have any idea why the dashboard would show something different.
I tried to create a custom account using a curl request provided on documentation for payout purposes. Now i have to provide additional details like address , ssn , document etc for making my account verified and able to receive the payouts. I just want to know where I can find that list of details so I can inform my users to provide this remaining daata so i can verify acclunt
Can you share an Account ID?
acct_1Oj0WFHCnr8eO77P
I think it's because you didn't tell us the business_type yet, so we don't know where you need to collect address details yet. Do you see address information appear once you tell us the type of business you're onboarding?