Project

General

Profile

Feature #3898

Updated by Yogeesh sai 3 months ago

We need to set up the core environment to build and test the Zelle Payment feature for the Evergreen project.Before doing for the Evergreen project I am doing for redmine website    as a sample and This is the setup I should include: 

 1.FastAPI service for payment orchestration (send, receive, reversal). 
 2.Database (PostgreSQL) schema to store transactions, reconciliations, and audit logs. 
 3.Simulated Zelle Partner API (sandbox mock) to test request/response workflows for send, receive, and reversal flows. 
 4.Observability hooks (basic logging + transaction IDs).

Back