OBJECT
StripeBankAccountType
link GraphQL Schema definition
- type StripeBankAccountType {
- String :
- # Individual/Company
- String :
- String :
- # City of Business Address
- String :
- # Country of Business Address
- String :
- String :
- # Date of birth of company's business representative
- String :
- # ID for bank account object (generated by stripe)
- String :
- # If true, user has verified government issued id
- Boolean :
- # Address line 1 of Business Address
- String :
- # Address line 2 of Business Address
- String :
- String :
- # If true, user has verified social security number
- Boolean :
- # State of Business Address
- String :
- # If true, user has verified business tax id
- Boolean :
- # Zip code of Business Address
- String :
- }