About the Mambu Payments API
The Payments API allows you to orchestrate the movement of money between an account in Mambu and an account at a third-party financial institution, both domestic as well as international, using SEPA-compliant messages for interchange.
The orchestration includes triggering payment execution on the user-specified date, debiting or crediting the account in Mambu, and storing-and-forwarding the credit or debit instruction for settlement in a third party financial institution via the Mambu Payment Gateway. The Mambu Payment Gateway in turn sends it out to Payment Network.
Before using the Mambu Payment Gateway, you will need to carry out the steps outlined in our payments documentation. This includes setting up an API consumer, transaction channels, and configuring your bank identification codes and job schedulers.
Base URLs
The base URL for requests to the Payments API is found below:
https://TENANT_NAME.mambu.com/api/v1
You may also use the sandbox environment for testing. The sandbox environment is generally one version ahead of the production environment. The base URL for your sandbox environment is:
https://TENANT_NAME.sandbox.mambu.com/api/v1
HTTP verbs
Standard HTTP verbs are used to indicate the API request method.
| Verb | Function |
|---|---|
GET | To retrieve a resource or a collection of resources |
POST | To create a resource |
PATCH | To modify an existing resource |
PUT | To replace an existing resource |
DELETE | To delete a resource |