#nitin

1 messages · Page 1 of 1 (latest)

flat sinewBOT
median jetty
#

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

viral folio
#

can it retrived via the dash board?

#

i just need to figure out if the SSN has been updated or not

median jetty
viral folio
#

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"}
}
median jetty
#

Can you share a request id?

viral folio
#

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

#

?

median jetty
#

As I said in my first message:

viral folio
#

okay, got it

#

appreciate the insight

#

i will look for other alternatives

median jetty
#

Recommend you talk to the support team