killb.com Open in urlscan Pro
2606:4700:20::681a:b4  Public Scan

URL: https://killb.com/
Submission: On October 10 via api from JP — Scanned from JP

Form analysis 1 forms found in the DOM

Name: email-formGET

<form id="email-form" name="email-form" data-name="Email Form" method="get" class="newsletter-form" data-wf-page-id="646915420c1ffac2068a9216" data-wf-element-id="a23e26c2-af23-2282-cddc-cb54bc2ddc2d" aria-label="Email Form" data-hs-cf-bound="true">
  <input class="text-field w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="you@domain.com" type="email" id="email-2" required=""><input type="submit" data-wait="Please wait..." class="button-submit-news w-button"
    value="Get in contact">
  <div class="global-styles w-embed">
    <style>
      /* Get rid of top margin on first element in any rich text element */
      .w-richtext> :not(div):first-child,
      .w-richtext>div:first-child> :first-child {
        margin-top: 0 !important;
      }

      /* Get rid of bottom margin on last element in any rich text element */
      .w-richtext>:last-child,
      .w-richtext ol li:last-child,
      .w-richtext ul li:last-child {
        margin-bottom: 0 !important;
      }

      /* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
      /*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
      /* Prevent all click and hover interaction with an element */
      .pointer-events-off {
        pointer-events: none;
      }

      /* Enables all click and hover interaction with an element */
      .pointer-events-on {
        pointer-events: auto;
      }

      /* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
      .div-square::after {
        content: "";
        display: block;
        padding-bottom: 100%;
      }

      /*Hide focus outline for main content element*/
      main:focus-visible {
        outline: -webkit-focus-ring-color auto 0px;
      }

      /* Make sure containers never lose their center alignment*/
      .container-medium,
      .container-small,
      .container-large {
        margin-right: auto !important;
        margin-left: auto !important;
      }

      /*Reset selects, buttons, and links styles*/
      .w-input,
      .w-select,
      a {
        color: inherit;
        text-decoration: inherit;
        font-size: inherit;
      }

      /*Apply "..." after 3 lines of text */
      .text-style-3lines {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }

      /* Apply "..." after 2 lines of text */
      .text-style-2lines {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }

      /* Apply "..." at 100% width */
      .truncate-width {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      /* Removes native scrollbar */
      .no-scrollbar {
        -ms-overflow-style: none; // IE 10+
        overflow: -moz-scrollbars-none; // Firefox
      }

      .no-scrollbar::-webkit-scrollbar {
        display: none; // Safari and Chrome
      }

      /* Adds inline flex display */
      .display-inlineflex {
        display: inline-flex;
      }

      /* These classes are never overwritten */
      .hide {
        display: none !important;
      }

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

        .hide,
        .hide-tablet {
          display: none !important;
        }
      }

      @media screen and (max-width: 767px) {
        .hide-mobile-landscape {
          display: none !important;
        }
      }

      @media screen and (max-width: 479px) {
        .hide-mobile {
          display: none !important;
        }
      }

      .margin-0 {
        margin: 0rem !important;
      }

      .padding-0 {
        padding: 0rem !important;
      }

      .spacing-clean {
        padding: 0rem !important;
        margin: 0rem !important;
      }

      .margin-top {
        margin-right: 0rem !important;
        margin-bottom: 0rem !important;
        margin-left: 0rem !important;
      }

      .padding-top {
        padding-right: 0rem !important;
        padding-bottom: 0rem !important;
        padding-left: 0rem !important;
      }

      .margin-right {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        margin-left: 0rem !important;
      }

      .padding-right {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        padding-left: 0rem !important;
      }

      .margin-bottom {
        margin-top: 0rem !important;
        margin-right: 0rem !important;
        margin-left: 0rem !important;
      }

      .padding-bottom {
        padding-top: 0rem !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
      }

      .margin-left {
        margin-top: 0rem !important;
        margin-right: 0rem !important;
        margin-bottom: 0rem !important;
      }

      .padding-left {
        padding-top: 0rem !important;
        padding-right: 0rem !important;
        padding-bottom: 0rem !important;
      }

      .margin-horizontal {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
      }

      .padding-horizontal {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
      }

      .margin-vertical {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
      }

      .padding-vertical {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
      }

      .button {
        background: linear-gradient(#FFC701, #FFC701) padding-box, linear-gradient(to right, #FFC701, #ffffff, #FFC701) border-box;
        height: 4.5rem;
        border-radius: 50em;
        border: 4px solid transparent;
        box-sizing: border-box;
        transition: all linear .4s;
      }

      .button-submit-news,
      .button-submit {
        background: linear-gradient(#FFC701, #FFC701) padding-box, linear-gradient(to right, #FFC701, #ffffff, #FFC701) border-box;
        height: 3rem;
        border-radius: 50em;
        border: 1px solid transparent;
        box-sizing: border-box;
        transition: all linear .4s;
      }

      .button:hover {
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #FFC701, #ffffff, #FFC701) border-box;
        height: 4.5rem;
        border: 2px solid transparent;
      }

      .button.is-link {
        background: transparent;
      }

      .button.is-alternate {
        background: linear-gradient(#111111, #111111) padding-box, linear-gradient(to right, #FFC701, #000000, #FFC701) border-box;
        color: #fff;
        box-shadow: 0px 2px 14px 0px #FFC7011A;
        border: 1px solid transparent;
      }

      .button.is-alternate:hover {
        background: linear-gradient(#111111, #111111) padding-box, linear-gradient(to right, #FFC701, #000000, #111111, #FFC701) border-box;
        color: #fff;
        box-shadow: 0px 12px 64px rgba(255, 199, 1, 0.15);
        border: 1px solid transparent;
      }

      .w-slider-dot.w-active {
        width: 80px;
        height: 4px;
        background-color: #FFC701;
        border-radius: 10px;
      }

      .w-slider-dot {
        width: 80px;
        height: 4px;
        background-color: #D9D9D9;
        ;
        border-radius: 10px;
      }
    </style>
  </div>
</form>

Text Content

About KillB
Services
Borderless Payments
3 steps to get your user onboard the borderless economy.
Savings in Dollar
Empower your users with a hedge against inflation.
Contact

About Us
Services
Ramps Savings in Dollars Borderless Payments
Contact
Language
English
Spanish



UPGRADE YOUR FINANCIAL SERVICES

KillB provides businesses access to a compliant, secure and innovative range of
products to overcome financial challenges of today. Our modular API give your
users access to insured USD bank accounts, multi-user access and permissions and
account monitoring.

*products offer can change depending on local regulations
Get more information
Backed by the best venture capital firms



A TRULY END TO END SOLUTION TO
BORDERLESS PAYMENT

Our infrastructure encapsulates the entire process, from onboarding, to
delivery. Cash in and out instantly thanks to KillBs broad banking network.


ONBOARDING

Integrated AML/KYC before first transaction. First class fraud-detection


ACCOUNT MONITORING

Real-time updates on account. Providing businesses the insights for better
decision-making.


DEDICATED RELATIONSHIP

Benefit from dedicated relationship managers who understand the unique
challenges of B2B banking


USD BANK ACCOUNTS

Financial control at its best. Generate multiple disbursements, automate
recurring payments


FULL INFRASTRUCTURE ACCESS THROUGH AN API

At KillB we created a unique API with access to all the products. Created by
developers for developers. 🖖


  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12
  13
  14
  15
  16
  17
  18


  app.get('/api/v1/killBill', async (_req: Request, res:
    Response) => {
      try {
        const randomQuote  =  killBillQuotes [Math.floor
        (Math.random() * killBillQuotes.length)];
          res.status(200).send({
        success: true,
          data: {
              quote: randomQuote
          }
        });
      } catch (error) {
        res.send(500).send('An unexpected error ocurred');
    }
  });


  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28


app.get('/api/v1/killBill', 
  async (_req: Request, 
  res:
  Response) => {
    try {
      const randomQuote  =  
      killBillQuotes 
      [Math.floor
      (Math.random() * 
      killBillQuotes
        .length)];
        res.status(200)
        .send({
      success: true,
        data: {
            quote: 
              randomQuote
        }
      });
    } catch (error) {
      res.send(500)
      .send('An unexpected 
        error ocurred');
   }
 });



Get in contact


WE PROVIDE YOUR COMPANY WITH TAILORED SOLUTIONS


SAVINGS IN DOLLARS

Offer a product that allow your users to protect against inflation.

Know more


BORDERLESS PAYMENTS

By integrating with our API, businesses in Latin America can offer borderless
payment solutions that are cheaper, trackable, and faster than traditional
payment methods.

Know more

Operating in 4 countries and growing
 * Mexico
 * 
 * Colombia
 * United States
 * Brazil
   soon
 * Argentina
   soon


WE ARE FULLY COMPLIANT

We work closely with top local law firms to ensure that our solutions are in
line with local regulations.
We are regularly monitoring changes in regulatory frameworks and adapting our
solutions accordingly.
We maintain necessary licenses and certifications, and take our responsibilities
as a financial services provider very seriously.

Read more

“The future of finance is here. With simple KYB/KYC onboarding, transactions,
and liquidity solutions, KillB is the easiest way to bring your users on chain."

Jeff Rosen

Investor

"I was impressed by KillB's commitment to compliance and regulation. Their team
has a deep understanding of the legal landscape in each market they serve, which
gives them a competitive advantage in the space."

Andres Bilbao

Angel Investor

"KillB's easy US bank solution is a game-changer for anyone looking to enter the
world of bank as a service. Their API makes it incredibly simple to integrate
and use, opening up new possibilities for businesses and their customers."

Sergio - CEO @Creditas

Investor

Slide 2 of 3.






EXPERIENCE THE POWER OF INNOVATION

Let us make the hard work while your company grows in the modern economy

Get in touch


 * COMPANY

 * About Us
 * Media
 * Contact


 * SERVICES

 * Savings in Dollars
 * Borderless Payments


 * POLICIES

 * Legal
 * Terms of Service
 * Privacy Policy


 * FOR DEVELOPERS

 * Documentation
 * KillB API


 * JOIN OUR MAILING LIST

 * Thank you! Your submission has been received!
   Oops! Something went wrong while submitting the form.

Members of:


© 2023 KillB