BusinessesList

  • Type: array object[] · BusinessesResponseObject[]

    Identifying information and platform status for a business.

    • legal_name
      Type: string
      required

      The legal name of the business.

    • created_at
      Type: string

      A timestamp representing when the business was created.

    • doing_business_as
      Type: string

      Trade name, if different from the legal name.

    • id
      Type: string

      Unique identifier for the business, used as business_id in API requests.

    • status
      Type: string enum

      The current top level status of a business.

      values
      • PENDING
      • OPEN
      • CLOSED
      • REJECTED
    • sub_status
      Type: string

      A more granular view into the top level status.

    • updated_at
      Type: string

      A timestamp representing when the business was last modified.

    • user_data
      Type: object

      Arbitrary JSON metadata associated with the business.