BankAccount

  • Type: object
    • country
      Type: string
      min length:  
      2
      max length:  
      2
      required
    • currency
      Type: string | null
      required

      Optional merchant-declared currency hint captured at attach time.

    • holder_type
      Type: stringenum
      required
      values
      • individual
      • company
    • object
      enum
      const:  
      bank_account
      required
      values
      • bank_account
    • bank_name
      Type: string | null
    • holder_name
      Type: string
    • id
      Type: string