createMapping
POST/accounts/{accountId}/identifications
Adds association of an external account identification (IBAN or proprietary) to a Mambu Account. The currency of the association will be the one of the underlining Mambu account. If an IBAN is supposed to be a multi-currency one, this API needs to be invoked multiple times with different Mambu accounts (for the different currencies).
Request
Responses
- 201
- 400
- 500
- 503
Created - Association successfully created.
Bad Request - Validation error occurred. This code will cover malformed syntax in request or incorrect data in payload.
Internal Server Error - Internal server error occurred.
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.