Home » FundThrough for Partners » Overview » Referral Pages
A Referral Page is a page on our website or yours that explains FundThrough’s funding offerings, and guides customers to then onboard in FundThrough’s application.
Once onboarded, users will then be able to login to FundThrough, upload invoices, and request funding. In the future, customers will be able to open a window right within your application, learn more, pre-qualify, and fund invoices, all without leaving your user experience.
Features
Benefits
Technical Skill Required
None, if FundThrough hosts, as we will build the page. However, some work is required if you wish to pass information to the page.
Low to Medium, if you host. Depends on the tools you have available to build your website.
FundThrough’s Referral Pages follow a common template, and allow for some customization depending on your needs.
If you have decided with your Partner Manager that FundThrough will host your Referral Page:
If you choose to build a Referral Page, we can provide guidance on how to best position FundThrough’s offerings:
Send FundThrough the following payload in base64 format by appending it to the FundThrough signup URL when the customer submits the form on your landing page:
user_data= {
"name":"First Name",
"last_name":"Last Name",
"company_name":"Company Name",
"email":"sample@businessemail.com",
"password":"plain text password",
"phone":"+14325551212",
"address_attributes":{
"street":"1 street SE",
"street_two":"apt 123",
"province_string":"Alberta",
"city":"Calgary",
"postal_code":"X0X0X0",
"country":"CA"
}
}
partner= Partner_name
https://invoices.fundthrough.com/signup?user_data=${base64_user_data}&partner={Partner_name}
For example, in JavaScript a base64-encoded string can be generated as follows:
btoa(JSON.stringify(user_data));
Interested in possibly embedding FundThrough in your platform? Let’s connect!