Integration Checklist
- Implement Base64 envelope (
data) for every request. - Implement signature formula and send
sign on every request. - For financial operations, always send unique
documentExtID from your system. - Support both HTTP and Serial transport with identical business payload.
- Handle all API error codes, especially
1, 6, 9, 15, 24, 44, and the absent/null case (see §8, §12.3). - Log raw route, request correlation id, and final API
code for supportability.