Skip to main content

Easily Integrate
Mambu's Payments API using Konfig's TypeScript SDK

Need a TypeScript SDK for Mambu's Payments 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 { MambuPayments } from 'mambu-payments-typescript-sdk';
const mambuPayments = new MambuPayments()

Then, send your first request

We made it really easy.

index.ts

// Request deletion of blocking rules for the specified Mambu account. If no request body is provided, all rules for the account will be removed, if you provide a JSON body with a specific mandate ID, only the rule for that mandate will be removed. For more information on blocking SEPA Direct Debits, consult the [Blocking SEPA Direct Debits](https://support.mambu.com/docs/blocking-sepa-direct-debits) article in our user guide.
const removeBlockingRulesResponse = mambuPayments.sepaDirectDebit.removeBlockingRules({
accountId: "ACCOUNTID"
product: "PRODUCT"
})

Enjoy a buttery smooth developer experience with 46 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.

Mambu

About Mambu

Heard of composable banking? The concept originated here at Mambu. We've been champions of composable for over a decade. Mambu is the only true SaaS cloud core banking platform. Our unique and sustainable composable approach means that independent engines, systems and connectors can be assembled in any configuration to meet business requirements and the ever-changing demands of your customers. 260+ banks, lenders, fintechs, and even retailers in 65 countries turn to us to help them build modern digital financial products faster, securely and cost-effectively. Ready to become a Mambuvian? Check our Jobs tab.

Keywords

finance
banking

Start integrating Mambu's Payments API with Konfig