Program About Page

Install your custom Program About Page as a key landing page to send prospective customers to from marketing materials and for any detailed questions. This page has been designed based on feedback across all of our programs and tailored to your specific program configuration.

Tandym hosts this page and installation requires using an iFrame code snippet within the body of a page you create on your website so that it feels native to your experience. All content has been reviewed and approved by Tandym and our banking partners for regulatory compliance.

Changes can be possible, pending a review. Tandym’s goal is to make this page feel as native as possible within your site.

Placement

We recommend creating a blank page titled "About {Your Program Name}" without additional H1 or other content in the page. Place the iFrame within the body, and for best responsiveness across breakpoints, include the Style code within the header or a linked style sheet.

At a minimum, we also recommend including pervasive links to this page in your main navigation and/or footer of your site. This will help your customers easily find their way back to this page if they have questions.

Note: make sure you replace “your-brand-pay” in the code snippet with your program name, using hyphens where spaces occur.

iFrame code - add to body

Example

<iframe src="https://www.bytandym.com/merchant/your-brand-pay" frameborder="no" scrolling="no" class="tandym-program"></iframe>

Style code - add to header

Example

<style>
.tandym-program{
width: 100%;
/* Desktop Height */
height: 6600px;
}
@media only screen and (max-width: 991px) {
  .tandym-program{
	/* Tablet Height */
  	height: 9100px;
  }
}
@media only screen and (max-width: 479px) {
  .tandym-program{
  	/* Mobile Height */
height: 9700px;
  }
}
</style>