top of page
logo.png
Blue Background

Dividend
Financial

 
 

Hi there, we’re Dividend Finance. Founded in 2013 in San Francisco, with the vision of a more efficient and sustainable world through connecting homeowners, customer-centric contractors, and financial investors, all in an effort to create partnerships that improve the outcome for everyone involved.

​

Fast forward to today, Dividend Finance is a leading provider of solar and home improvement financing solutions to property owners. We love what we are building together (and we think you will too!)

bottom of page
import wixChatBackend from 'wix-chat-backend'; $w.onReady(function () { let channelId = "YOUR_CHANNEL_ID"; // Replace with your channel ID let obj = { "messageText": "Hello! How can I assist you today?", "channelId": channelId, "sendAsVisitor": false }; wixChatBackend.sendMessage(obj) .then( () => { console.log("Chat message sent"); }) .catch( (error) => { console.log(error); }); });