Add partial transaction processing support #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Problem
When a Lamassu ATM transaction fails mid-dispensing, only a portion of the bills are actually dispensed to the customer. Currently, the manual transaction processing feature processes the entire transaction amount, but in these failure scenarios we need the ability to process only the portion that was actually dispensed.
Proposed Solution
Add the ability to process a partial transaction based on the actual number of bills confirmed as dispensed. The Lamassu transaction data already includes information about which bills were successfully dispensed, making this feasible.
Implementation Ideas
Use Case
Benefits