Interbank Payment File Transfer
A production batch-transfer service moving settlement files from a national interbank clearing system into an enterprise ERP over SFTP, on a fixed daily schedule, replacing a manual operations task. Runs on Azure Functions with durable transfer state in blob storage.
Highlight
Safely re-runnable via organization-scoped idempotency keys: re-execution after partial failure never re-delivers a file.
- Python
- Azure Functions
- SFTP (paramiko)
- Azure Blob Storage
- Application Insights