Easily Integrate Mambu's Payments API using Konfig's TypeScript SDK
Your TypeScript Application
+ Less code
+ Always up-to-date
Growing API Companies trust Konfig's SDKs to onboard developers to their API.
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.
Enjoy a buttery smooth developer experience with 46 SDK methods
Parameter
accountIdstringrequired
creditorMandateobject
productstringrequired
Response
202
Accepted - Blocking rules for the specified account have been submitted for deletion.
405
415
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
delete
/accounts/{accountId}/blocking-rules
Parameter
accountIdstringrequired
creditorMandateobject
productstringrequired
Response
202
Accepted - The Blocking Rule has been prepared for processing.
400
405
415
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
post
/accounts/{accountId}/blocking-rules
Parameter
accountIdstringrequired
limitinteger
offsetinteger
Response
200
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
get
/accounts/{accountId}/identifications
Parameter
accountIdstringrequired
identificationobjectrequired
Response
201
400
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
post
/accounts/{accountId}/identifications
Parameter
accountIdsarrayrequired
identificationobjectrequired
Response
201
400
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
put
/accounts/identifications
Parameter
filterCriteriaarrayrequired
Response
200
400
500
503
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.
Endpoint
post
/accounts/identifications:search
How Konfig Works
Konfig collects APIs and automatically generates SDKs so you can focus on building your application.
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.
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.
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.
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