OBJECT

StripeCompanyType

A Stripe company

link GraphQL Schema definition

  • type StripeCompanyType {
  • # The company address
  • address: StripeCompanyAddressType
  • # Whether the company directors have been provided
  • directors_provided: Boolean
  • # Whether the company executives have been provided
  • executives_provided: Boolean
  • # The legal name of the company
  • name: String
  • # Whether the company owners have been provided
  • owners_provided: Boolean
  • # The company phone number
  • phone: String
  • # Whether the company tax ID has been provided
  • tax_id_provided: Boolean
  • # The verification status of the company
  • verification: String
  • }