Mambu
List Mambu Branches
Retrieves a paginated list of branches from Mambu.
Permissions
Requires: mambu_branch.list
Query Parameters
page
int
No
Page number for pagination
page_size
int
No
Number of items per page
15Successful response
Successful response
No content
8ad7805b8f18be2a018f36e26bfa155dSuccessful response
Successful response
No content
11000LOAN_ACCOUNTSuccessful response
Successful response
No content
Retrieve Mambu Custom Field Set
Retrieves a single Mambu custom field set by its ID.
Permissions
Requires: mambu_custom_field_set.retrieve
Path Parameters
id
str
Yes
The ID of the custom field set
8ad78072983cd8460198615f92e073feSuccessful response
Successful response
No content
Search Journal Entries
Searches for journal entries in Mambu with advanced filtering and pagination. This endpoint allows you to retrieve accounting journal entries based on various criteria, supporting both query parameters and a request body.
Permissions
Requires:
mambu_journal_entry.search
Query Parameters
page
int
No
Page number for pagination (default: 1)
page_size
int
No
Number of items per page (default: 20/50/100)
...other
varies
No
Any other filter fields supported by Mambu
Request Body
mambu_payload
object
Yes
The payload to send to Mambu for filtering/searching journal entries.
mambu_payload
filter_criteria
Array of Filter Criterias
No
The list of filtering criteria
sorting_criteria
Object
No
Represents the sorting criteria used for the searches.
filter_criteria
field (required)
string
Contains the actual searching fields that can be native (one from the provided list) or otherwise can specify a custom field definition using the format [customFieldSetId].[customFieldId].
operator (required)
string
secondValue
string
The second value to match the searching criteria, when the BETWEEN operator is used.
value
string
The value to match the searching criteria.
values
[string]
List of values when the IN operator is used.
field
encodedKey
field
entryId
field
bookingDate
field
creationDate
field
transactionId
field
glAccountName
field
glAccountId
field
glAccountType
field
debit
field
credit
field
foreignDebit
field
foreignCredit
field
loanAccountId
field
userName
field
user
field
branchName
field
foreignCurrency
order
ASC
order
DESC
1100{"mambu_payload":{"filter_criteria":[{"field":"loanAccountId","operator":"EQUALS","value":"TXYH608"}]}}Successful response
Successful response
No content
List Mambu Transaction Channels
Retrieves a paginated list of transaction channels from Mambu.
Permissions
Requires: mambu_transaction_channel.list
Query Parameters
transaction_channel_state
String
No
The state of the transaction channels to search for. It can be "ACTIVE" or "INACTIVE" If the value is not sent both active and inactive are returned
details_level
String
The level of details to return:** - FULL:** means the full details of the object will be returned (custom field values, address, contact info, or any other related objects) - BASIC: will return only the first level elements of the object.
ACTIVEFULLSuccessful response
Successful response
No content
Retrieve Mambu Transaction Channel
Fetches the details of a single transaction channel from Mambu by its unique identifier.
Permissions
Requires: mambu_transaction_channel.retrieve
Path Parameters
transaction_channel_id
string
Yes
The unique identifier of the transaction channel
8ad7807797f0df8f01980b59445e54b2Successful response
Successful response
No content
Last updated
