Skip to main content
The Mambu Core Connector provides pre-built connectivity with the Mambu cloud banking system through the Mambu API v2. It integrates with deposit accounts, loan accounts, payments, and party management. Supported version: Mambu API v2

Supported use cases

Deposit Accounts

Create, update, and manage deposit accounts with balance retrieval and transaction history

Loan Management

Comprehensive loan account operations including amortization schedules and payment tracking

Payments

Initiate payments and transfer funds between accounts

Party Management

Manage party records including customers and entities

Supported operations

The Mambu Connector supports the following operations from the Grand Central Unified API specification:

Deposit account

OperationEndpoint
Create a new deposit accountPOST /deposit-accounts
Get deposit account balancesGET /deposit-accounts/balances
Get deposit account detailsGET /deposit-accounts/{accountId}
Update deposit account detailsPUT /deposit-accounts/{accountId}
Close an inactive deposit accountDELETE /deposit-accounts/{accountId}
Your financial institution must generate deposit account numbers. Custom fields map account numbers to account IDs. For Grand Central connectors, Mambu returns only account IDs.

Deposit account transaction

OperationEndpoint
Get transaction details of multiple accountsGET /deposit-account-transactions
Get account transactions based on filtersGET /deposit-account-transactions?filter={criteria}
Get account transaction details by transaction IDGET /deposit-account-transactions/{transactionId}

Loan account

OperationEndpoint
Create a loan accountPOST /loan-accounts
Get loan account detailsGET /loan-accounts
Get loan account by loan IDGET /loan-accounts/{loanId}
Get loan amortization schedule detailsGET /loan-accounts/{loanId}/amortization-schedule
Get loan amortization payment detailsGET /loan-accounts/{loanId}/amortization-payments

Loan account transaction

OperationEndpoint
Get transaction details for multiple loansGET /loan-account-transactions
Get loan transactions based on filtersGET /loan-account-transactions?filter={criteria}
Get loan transaction details by transaction IDGET /loan-account-transactions/{transactionId}

Payment

OperationEndpoint
Initiate a paymentPOST /payments

Party

OperationEndpoint
Create partyPOST /parties
Update party detailsPUT /parties/{partyId}
Get party detailsGET /parties/{partyId}
Update party by party IDPUT /parties/{partyId}
Patch party by party IDPATCH /parties/{partyId}
Search partyGET /parties?search={criteria}
Get account balances for a partyGET /parties/{partyId}/account-balances
Get accounts for a partyGET /parties/{partyId}/accounts
Party search supports the following criteria:
  • Party ID
  • Party name, using the initial characters to search
  • Deposit account ID
For a complete list of Grand Central error codes and their descriptions, see error codes reference.