Description
Goal
Have it supported to call the batch API, in which there are multiple
- get account balance ({url}/savingsaccounts/{accountId})
- deposit
- withdraw
- insert data into data table
- holdAmount
- releaseAmount
commands, related to a Saving account. Make it possible to perform all the ones that are included in a batch as 1 transaction.
Example use cases - but should work generally
Case 1 in one trx:
- get balance
- withdraw
- insert transaction details into a data table
- withdraw
- insert transaction details into a data table
- deposit
- insert transaction details into a data table
- deposit
- insert transaction details into a data table
Case 2 in one trx:
- get balance
- withdraw
- withdraw
- deposit
- deposit
- insert transaction details into a data table
- insert transaction details into a data table
- insert transaction details into a data table
- insert transaction details into a data table
Case 3 in one trx:
- deposit
- insert transaction details into a data table
Case 4 in one trx:
- get balance
- withdraw
- deposit
- insert transaction details into a data table
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress
- links to