hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

[REFACTOR]: create payout as separate flow

Open JeevaRamu0104 opened this issue 11 months ago • 0 comments

Objective:

  • Develop a standalone payout flow that handles all aspects of payout processing, from initiating payouts to handling exceptions and reporting.
  • Ensure seamless integration with existing payment infrastructure and APIs.
  • Implement error handling and logging mechanisms to track payout-related issues and facilitate troubleshooting.

Analysis and Design:

  • Review the current payment processing flow to identify components related to payouts.
  • Define the scope and requirements for the standalone payout flow.
  • Design the architecture and workflow of the payout process, considering scalability and extensibility.

Additional Notes: currently payouts is coupled with processors flow we need to decouple it and make it separate flow as 3ds.

JeevaRamu0104 avatar Mar 15 '24 10:03 JeevaRamu0104