OBJECT

StripeBankAccountType

link GraphQL Schema definition

  • type StripeBankAccountType {
  • account_holder_name: String
  • # Individual/Company
  • account_holder_type: String
  • accounts_number_last_4: String
  • # City of Business Address
  • city: String
  • # Country of Business Address
  • country: String
  • currency: String
  • # Date of birth of company's business representative
  • dob: String
  • # ID for bank account object (generated by stripe)
  • id: String
  • # If true, user has verified government issued id
  • id_image_provided: Boolean
  • # Address line 1 of Business Address
  • line1: String
  • # Address line 2 of Business Address
  • line2: String
  • routing_number_last_4: String
  • # If true, user has verified social security number
  • ssn_last_4_provided: Boolean
  • # State of Business Address
  • state: String
  • # If true, user has verified business tax id
  • tax_id_provided: Boolean
  • # Zip code of Business Address
  • zip: String
  • }