Embedded Financial Components

Embed snippets of code to create more customized end-user experiences.

Low-Code Solutions

Robust Functionality, Simple Implementation

Pre-built workflows that help boost conversions & improve customer engagement.

1
Choose Your Functions

Express Checkout, Payment Options, MyFi (autofill customer payment info), Buy Now Pay Later, & More. See our API documentation for a complete list.

2
Customize Appearance with a Theme

Add fonts, logos, and colors to match the design of your website or app based on pre-built selectable themes.

3
Choose How You Interact with Cardholder Data

Remain outside of PCI scope depending on which Functions you choose to embed into your Platform.

Hosted checkout page for payments.
Need More Customization?

Endpoints

Utilize Endpoints to achieve even greater levels of control and customization.

 <script> 
  /**
   * Writes the current year to all elements that match the selector.
   */
  function setCurrentYear() {
    const YEAR_ELEMENTS_SELECTOR = '[fs-hacks-element="year"]';

    const yearElements = document.querySelectorAll(YEAR_ELEMENTS_SELECTOR);
    const currentYear = new Date().getFullYear().toString();

    yearElements.forEach((yearElement) => {
      yearElement.textContent = currentYear;
    });
  }
  
  document.addEventListener('DOMContentLoaded', setCurrentYear);
 <script> 
Endpoints

Integrate with our APIs and SDKs to fully customize and control your end-user experience.

Links & Apps

No-code solutions for accepting payments and end-user card management.