make_change — Group 9, Code 90
High-level denomination conversion request.
Purpose
make_change is the orchestration-oriented entry point for denomination conversion. Use it when the client wants change without manually driving every lower-level step.
Request body
| Element | Size | Developer note |
|---|---|---|
| Coin to break | 21 bytes | The input coin record supplied to the RAIDA. |
| Starting serial number | 4 bytes | Big-endian start point for generated change SNs. |
| PAN set | 160 bytes | Ten 16-byte PAN values used for the resulting coins. |
The total documented body size in the live implementation is 203 bytes.