Skip to main content

Easily Integrate
Tilled's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Tilled's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Tilled } from 'tilled-typescript-sdk';
const tilled = new Tilled({
// Tilled uses API keys to authenticate requests. You can view and manage your API keys in the Tilled Dashboard.
tilledApiKey: "TILLED_API_KEY",
// You can create a JSON Web Token (JWT) via our LOGIN resource. Usage format: `Bearer <JWT>`
jwt: "JWT"
})

Then, send your first request

We made it really easy.

index.ts

// Get an Account
const getDetailsResponse = tilled.accounts.getDetails({
tilledAccount: "TILLED-ACCOUNT"
})

Enjoy a buttery smooth developer experience with 114 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Tilled

About Tilled

Tilled was created to empower software vendors, marketplaces, and SaaS companies to start generating revenue from accepting credit cards. With our suite of powerful financial tools and industry leading revenue sharing programs, Tilled will power the financial backend of the next generation of marketplaces, SaaS companies, and integrated software vendors allowing them to focus on their core product, not payments. We enable these companies to enjoy all the benefits of a fully registered payment facilitator program without the upfront cost, hassle, or liability. Welcome to Payfac-as-a-service. Plug in our easy to implement APIs and start making revenue from credit card processing today. For far too long options like Stripe and Braintree have had a monopoly on the market, and have charged far too much for their services. For B2B software companies looking for a better option that provides all of the benefits with none of the hassle, it's time to Get Tilled and experience Payfac-as-a-Service.

Keywords

payments

Start integrating Tilled's API with Konfig