#nitin
1 messages · Page 1 of 1 (latest)
Hi there. It's not retrievable via the /Accounts API. I recommend you reach out to our support team to see if there's an alternative that they can provide for you: 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.
can it retrived via the dash board?
i just need to figure out if the SSN has been updated or not
Ah yeah you can check here; https://stripe.com/docs/api/accounts/object#account_object-individual-id_number_provided
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i did try it, however, once i retrieve an account i dont see the 'individual' parameter
irb(main):050:0> a.individual
Traceback (most recent call last):
2: from (irb):50
1: from (irb):50:in `rescue in irb_binding'
NoMethodError (undefined method `individual' for #<Stripe::Account:0x000055ba29b67248>)
howver, i am able to fetch legal_entity
irb(main):045:0> a.legal_entity
=> #<Stripe::StripeObject:0x2add14dde610> JSON: {
"additional_owners": [
],
"address": {"city":"Little Rock","country":"US","line1":"26466","line2":null,"postal_code":"72221","state":"AR"},
"business_name": null,
"business_tax_id_provided": false,
"directors_provided": true,
"dob": {"day":12,"month":10,"year":1977},
"executives_provided": true,
"first_name": "Chris",
"last_name": "Stewart",
"owners_provided": true,
"personal_address": {"city":"Little Rock","country":"US","line1":"26466","line2":null,"postal_code":"72221","state":"AR"},
"personal_email": "dmitriy@raisethemoney.com",
"personal_id_number_provided": true,
"personal_phone_number": "+15018377155",
"phone_number": "+15018377155",
"ssn_last_4_provided": true,
"type": "individual",
"verification": {"additional_document":null,"additional_document_back":null,"details":null,"details_code":null,"document":null,"document_back":null,"status":"verified"}
}
Can you share a request id?
my bad, i was passing the wrong parameter
howver
irb(main):053:0> account["individual"]["id_number_provided"]
=> true
i can only find a boolean response, is there anyway to check for exact ssn number
?
As I said in my first message:
Recommend you talk to the support team