Skip to main content
This page explains the steps you need to take before you can start using your Mambu connector.

Prerequisites

Before you start, you require the following:
  • Make sure that you have followed Get started with connectors.
  • An active Mambu account with access to one of the following Mambu environments:
    • Production: https://TENANT_NAME.mambu.com
    • Sandbox: https://TENANT_NAME.sandbox.mambu.com
  • Valid Mambu API credentials. To obtain the necessary authentication details or create new ones, contact your administrator.

Configure the Mambu connector

To configure your connector, follow these steps:
  1. Set your APIM subscription key in the header as follows:
    • Key: api-key
    • Value: <your subscription key>
  2. Request the Grand Central team to set up a connection with Mambu, and provide your Mambu user-id and password for Basic Authentication.
  3. Configure the Mambu base URL in the gc-applications-live repository in the connector’s values.yaml file:
    mambu.baseUrl= //Mambu environment base URL
    
    An example of the connector’s values.yaml file location:
    ├── iPaaS
    └── azure/runtimes
        ├── dev
        │   └── values
        │       └── gc-mambu
        │           └── deposit-v0.values.yaml
        └── test
            └── values
                └── gc-mambu
                    └── deposit-v0.values.yaml