Create savings transaction
POST/savings/{savingsAccountId}/transactions
Allows for posting transaction to the account. Transactions may affect the balance (such as a deposit or withdrawal).
Transactions can be posted either via query parameters or as JSON.
warning
When making a POST request that sends data through query parameters, the Content-Type header must not be set.
Create a transaction using query parameters
https://mybank.mambu.com/api/savings/1234-abcd/transactions?type=deposit&amount=500
Request
Responses
- 201
Created a transaction