LEGAL

Marketing Toolkit

We created these marketing assets to make it even easier for you to let your clients know about Wisetack – from your website to your social media posts!

Red legal paper and red pencil

Website

Add information about Wisetack to your company website so clients know in advance that financing is an option. Before you do, be sure to read the disclaimer section.


   <style>
   
   .section-code-example {
  	position: relative;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	overflow: hidden;
  	padding: 80px 6vw;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	font-family: Montserrat, sans-serif;
  	color: #31364c;
  	font-size: 16px;
  	line-height: 150%;
  	font-weight: 400;
  }
  .container-code-example {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .row-code-example {
  	display: -ms-grid;
  	display: grid;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	grid-auto-columns: 1fr;
  	grid-column-gap: 48px;
  	grid-row-gap: 16px;
  	-ms-grid-columns: 1fr 1fr;
  	grid-template-columns: 1fr 1fr;
  	-ms-grid-rows: auto;
  	grid-template-rows: auto;
  }
  .text-holder-code-example {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  	max-width: 500px;
  }
  .title-code-example {
  	margin-top: 0px;
  	margin-bottom: 40px;
  	font-size: 36px;
  	line-height: 130%;
  	text-align: center;
  }
  .title-code-example.title-36-left {
  	text-align: left;
  }
  .paragraph-code-example-lg {
  	margin-bottom: 20px;
  	color: #31364c;
  }
  .link-green {
  	color: #07c0ca;
  	font-weight: 700;
  	text-decoration: none;
  }
  .btn-code-example {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	margin-bottom: 10px;
  	padding: 12px 32px;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	border-radius: 5px;
  	background-color: #07c0ca;
  	-webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  	transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  	font-size: 14px;
  	font-weight: 700;
  	text-transform: uppercase;
  	color: white;
  	text-decoration: none;
  }
  .btn-code-example:hover {
  	-webkit-transform: translate(0px, -5px);
  	-ms-transform: translate(0px, -5px);
  	transform: translate(0px, -5px);
  }
  .paragraph-code-example {
  	margin-bottom: 20px;
  	color: #31364c;
  	font-size: 12px;
  	line-height: 1.6;
  }
  .iphone1-img-code-example {
  	display: block;
  	margin-right: auto;
  	margin-left: auto;
  }
  @media screen and (max-width: 991px) {
  	.row-code-example {
  		grid-column-gap: 24px;
  		grid-row-gap: 16px;
  	}
  	.iphone1-img-code-example {
  		top: auto;
  		bottom: 0px;
  	}
  }
  @media screen and (max-width: 767px) {
  	.row-code-example {
  		-ms-grid-columns: 1fr;
  		grid-template-columns: 1fr;
  		flex-direction: column-reverse;
  	}
  	.title-code-example {
  		font-size: 26px;
  	}
  	.paragraph-code-example-lg {
  		font-size: 16px;
  	}
  	.btn-code-example {
  		font-size: 12px;
  	}
  	.iphone1-img-code-example {
  		max-width: 60%;
  	}
  }
  @media screen and (max-width: 479px) {
  	.section-code-example {
  		padding: 60px 16px;
  	}
  	.container-code-example {
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: column;
  		-ms-flex-direction: column;
  		flex-direction: column;
  	}
  	.text-holder-code-example {
  		width: 100%;
  		max-width: none;
  		min-width: 100%;
  	}
  	.title-code-example {
  		font-size: 24px;
  	}
  	.iphone1-img-code-example {
  		position: relative;
  		left: 0px;
  		display: block;
  		width: 80%;
  		margin-right: auto;
  		margin-left: auto;
  	}
  }
   </style>
   
	<div class="section-code-example wf-section">
		<div class="container-code-example">
			<div class="row-code-example">
			<div class="text-holder-code-example" id="w-node-d9ff27cc-a604-17a0-955d-ccc80ada3b85-422b2896">
				<h2 class="title-code-example title-code-example-left">We Offer Financing<br></h2>
				<p class="paragraph-code-example-lg">We partnered with <a class="link-green" href="https://www.wisetack.com/consumers" target="_blank">Wisetack</a> to offer our clients flexible financing options.
<br>
				<br>
				With Wisetack, you can break up the cost of a service into easy monthly payments. The application takes about a minute to complete, and checking your loan options does not impact your credit score.<br>
				<br>
				You can finance up to $15,000 and select from up to 4 different payment plans, including interest-free plans for qualifying clients. With Wisetack, there are no origination, prepayment, or late fees, and there is no compounding interest. The application is initiated by [insert business name] and completed by you.
				<br>
				<br>
				Now you can focus on what matters most—your case.
				<br>
				<br>
				<strong>Please contact us to learn about our financing offer.</strong></p><a class="btn-code-example w-button" href="#" target="_blank">CONTACT US</a>
				<p class="paragraph-code-example">All loans are subject to credit approval. Your terms may vary. Wisetack loans are issued by Hatch Bank, a California industrial bank. See additional terms at <a class="link-green" href="http://wisetack.com/faqs" target="_blank">wisetack.com/faqs</a>.</p>
			</div><img alt="" class="iphone1-img-code-example" src="https://assets.website-files.com/5f194315e6b47c1697925302/6228621577db75fc72ff877d_offers-mockup%402x%201.png"></div>
		</div>
	</div>


Download phone image
Messaging

We Offer Financing

We partnered with Wisetack to offer our clients flexible financing options.

With Wisetack, you can break up the cost of legal fees into easy monthly payments. The application takes about a minute to complete, and checking your loan options does not impact your credit score.

You can finance up to $15,000 and select from up to 4 different payment plans, including interest-free plans for qualifying clients. With Wisetack, there are no origination, prepayment, or late fees, and there is no compounding interest. The application is initiated by [insert business name] and completed by you.

Now you can focus on what matters most—your case.

Please contact us to learn about our financing offer.

[insert 'Contact Us' button]

All loans are subject to credit approval. Your terms may vary. Wisetack loans are issued by Hatch Bank, a California industrial bank. See additional terms at wisetack.com/faqs.


   <style>
   
  .section-code-example-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eafafa;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
  .container-code-example {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

.max-width-800 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.title-holder-code-example-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-holder-code-example-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

 .row-code-example-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

  .title-code-example {
  	margin-top: 0px;
  	margin-bottom: 40px;
  	font-size: 36px;
  	line-height: 130%;
  	text-align: center;
  }

  .paragraph-code-example-lg {
  	margin-bottom: 20px;
  	color: #31364c;
  }
  .link-green {
  	color: #07c0ca;
  	font-weight: 700;
  	text-decoration: none;
  }
  .btn-code-example {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	margin-bottom: 10px;
  	padding: 12px 32px;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	border-radius: 5px;
  	background-color: #07c0ca;
  	-webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  	transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  	font-size: 14px;
  	font-weight: 700;
  	text-transform: uppercase;
  	color: white;
  	text-decoration: none;
  }
  
  .btn-code-example:hover {
  	-webkit-transform: translate(0px, -5px);
  	-ms-transform: translate(0px, -5px);
  	transform: translate(0px, -5px);
  }
  
  .paragraph-code-example {
  	margin-bottom: 20px;
  	color: #31364c;
  	font-size: 12px;
  	line-height: 1.6;
  }

  @media screen and (max-width: 991px) {

  }
  @media screen and (max-width: 767px) {

  	.title-code-example {
  		font-size: 26px;
  	}
  	.paragraph-code-example-lg {
  		font-size: 16px;
  	}
  	.btn-code-example {
  		font-size: 12px;
  	}

  }
  @media screen and (max-width: 479px) {
  	.section-code-example-2 {
  		padding: 60px 16px;
  	}
  	.container-code-example {
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: column;
  		-ms-flex-direction: column;
  		flex-direction: column;
  	}

   .row-code-example-2 {
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
  }

   .text-holder-code-example-2 {
  		width: 100%;
  		max-width: none;
  		min-width: 100%;
  	}
    
   .title-code-example {
  		font-size: 24px;
  	}

  }
   </style>
 
  
  <div class="section-code-example-2 wf-section">
		<div class="container-code-example">
			<div class="max-width-800">
				<div class="title-holder-code-example-2">
					<h2 class="title-code-example title-code-example-mar-bot-24">HOW OUR FINANCING OPTION WORKS<br></h2>
					<p class="paragraph-code-example-lg">We partnered with <a class="link-green" href="http://wisetack.com/" target="_blank">Wisetack to offer our clients fast and simple financing on legal fees up to $15,000. Now you can pay in easy monthly payments with financing rather than in full upfront.</p>
				</div>
				<div class="row-code-example-2">
					<div class="col-code-example-2" data-ix="elements-fade-in" style="opacity: 1; transform: translateX(0px) translateY(0px) translateZ(0px); transition: opacity 600ms ease-out 0s, transform 600ms ease-out 0s;">
						<img alt="" class="icon-code-example" height="80" src="https://assets.website-files.com/5f194315e6b47c1697925302/6243193276384467a369d819_Icon-Pay.svg">
						<h3 class="title-small-code-example">Fast and easy</h3>
						<p class="paragraph-code-example-lg">The application takes about a minute to complete.</p>
					</div>
					<div class="col-code-example-2" data-ix="elements-fade-in" style="opacity: 1; transform: translateX(0px) translateY(0px) translateZ(0px); transition: opacity 600ms ease-out 0s, transform 600ms ease-out 0s;">
						<img alt="" class="icon-code-example" height="80" src="https://assets.website-files.com/5f194315e6b47c1697925302/6243192f25d060add20bc0a4_Group%201479.svg">
						<h3 class="title-small-code-example">No credit impact</h3>
						<p class="paragraph-code-example-lg">Checking your eligibility will not impact your credit score.</p>
					</div>
					<div class="col-code-example-2" data-ix="elements-fade-in" style="opacity: 1; transform: translateX(0px) translateY(0px) translateZ(0px); transition: opacity 600ms ease-out 0s, transform 600ms ease-out 0s;">
						<img alt="" class="icon-code-example" height="80" src="https://assets.website-files.com/5f194315e6b47c1697925302/6243192dd7235ca5086cbf80_Group%201478.svg">
						<h3 class="title-small-code-example">No hidden fees</h3>
						<p class="paragraph-code-example-lg">There are no penalties, fees, or compounding interest.</p>
					</div>
				</div>
				<div class="text-holder-code-example-2">
					<p class="paragraph-code-example-lg">With Wisetack, you can select the payment plan that best fits your budget.</p>
					<p><strong>Please contact us to learn about our financing offer.</strong></p><a class="btn-code-example w-button" href="#" target="_blank">CONTACT US</a>
					<p class="paragraph-code-example">All loans are subject to credit approval. Your terms may vary. Wisetack loans are issued by Hatch Bank, a California industrial bank.<br>
					See additional terms at <a class="link-green" href="http://wisetack.com/faqs" target="_blank">wisetack.com/faqs</a>.</p>
				</div>
			</div>
		</div>
	</div>


Download icons
Messaging

How our financing option works

We partnered with Wisetack to offer our clients fast and simple financing on legal fees up to $15,000. Now you can pay in easy monthly payments with financing rather than in full upfront.

  • Fast and easy. The application takes about a minute to complete.
  • No credit impact. Checking your eligibility will not impact your credit score.
  • No hidden fees. There are no penalties, fees, or compounding interest.

With Wisetack, you can select the payment plan that best fits your budget.

Please contact us to learn about our financing offer.

[insert 'Contact Us' button]

All loans are subject to credit approval. Your terms may vary. Wisetack loans are issued by Hatch Bank, a California industrial bank. See additional terms at wisetack.com/faqs.
Messaging

We Offer Financing

Break up the cost of your legal fees into easy monthly payments. It takes just a minute to see your options, and checking eligibility won’t impact your credit score. Learn more about financing options through Wisetack by calling [insert number].

Messaging

NEW! WE OFFER FINANCING. Call us at [insert number] to learn more!

Client handouts

Download and print these ready-to-use materials. Hand them to your clients so that they can learn about financing on their own time. If you'd prefer hard copies, place an order in the Wisetack Marketplace, and we'll send them to you free of charge. At checkout, you will be prompted to create a login.

Email

Use this pre-approved language to inform your clients of this new offering.

Messaging

Subject line: Financing now available up to $15k!

Financing now available

We’re pleased to announce that we’ve partnered with Wisetack to offer flexible financing to our customers on amounts up to $15,000.

The Wisetack application takes about a minute to complete, and checking your eligibility will not impact your credit score. Once approved, you can select the payment plan that best fits your budget.

Interested? Give us a call at [insert number] or respond to this email.

Messaging

Subject line: NEW: [Business name] now offers financing!

We offer financing

Don’t let an unexpected expense put you in a bind when funds are tight. [Business name] is now offering fast and easy financing on amounts up to $15,000 through Wisetack!

With Wisetack, you can break up the cost into easy monthly payments. The application takes about a minute to complete, and checking your eligibility will not impact your credit score. You’ll receive up to 4 payment plans to choose from. And there are no prepayment fees, late fees, or compounding interest.

Want to learn more? Give us a call at [insert number] or respond to this email.

Text message

Add this approved messaging to existing follow-up and reminder text messages that you send to clients.

SMS example 1

Message

Financing now available on amounts up to $15k through Wisetack! If funds are tight, simply break up the cost into easy monthly payments. To get started today, call us at [insert number].

Financing now available on amounts up to $15k through Wisetack! If funds are tight, simply break up the cost into easy monthly payments. To get started today, call us at 123-456-7890.

SMS example 2

Message

We offer financing! Apply today with no hit to your credit and review your loan options in under a minute. Interest-free options available with no hidden fees. Respond to this message or call us at [insert number] for more information.

We offer financing! Apply today with no hit to your credit and review your loan options in under a minute. Interest-free options available with no hidden fees. Respond to this message or call us at 123-456-7890 for more information.

Direct mail

Google Business Profile

Social media

Another way to let clients know that you offering financing is to post about it to your social media. You can download the assets that you see below here.

Disclaimer

Financing is regulated. We must work with our partners to comply with federal and state lending regulations. These include the Truth in Lending Act (TILA); Unfair, Deceptive, or Abusive Acts or Practices (UDAAP); federal law dealing with discrimination, Equal Credit Opportunity Act (ECOA); and CAN-SPAM Act, just to state a few.

When you present financing offers that not everyone may qualify for (specific interest rates, specific payment amounts, etc.), you may be using “trigger terms." Trigger terms are customer-facing words or phrases that may warrant additional qualification or explanation. We included disclaimers wherever needed to help you meet this requirement.

All Wisetack merchants must use language that complies with regulations. The language provided in this toolkit will help you comply with these regulations. Copy all approved wording and required disclaimers directly. If you want to use language that varies from that in this toolkit, please reach out to support@wisetack.com for approval. We hope this never happens, but Wisetack does reserve the right to terminate our services for merchants who fail to meet these guidelines.

Use this text when you advertise Wisetack financing to your customers:

All loans are subject to credit approval. Your terms may vary. Wisetack loans are issued by Hatch Bank, a California industrial bank. See additional terms at wisetack.com/faqs.

Guidelines: Do’s and Don’ts

Blue checkmark

Do include the disclaimer text whenever you mention Wisetack’s monthly payment options, APRs, or term lengths.

Do reach out to support@wisetack.com if you have questions, or want to use anything other than the approved messaging.

Blue cancel sign

Don’t handle sensitive customer information yourself.

Don’t tell your customers they will be approved or receive a certain rate.

Don’t use your own marketing language unless it's been explicitly approved by Wisetack.