Where in the specific module did the payment flow begin? #4087
-
Greetings, Hyper switchers! Right now, I'm working on understanding Hyper Switch's code flow. Would you kindly let me know the precise location of the payment flow's start, meaning the module in question? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Boschgopi, You can start by following along from the route handlers of payments . The main function that is called for payments is the payments_operation_core. You can find the implementations for these functions ( get_trackers , update_trackers ) in their respective operation files, i.e For PaymentsCreate -> payments_create.rs |
Beta Was this translation helpful? Give feedback.
Hey @Boschgopi, You can start by following along from the route handlers of payments . The main function that is called for payments is the payments_operation_core. You can find the implementations for these functions ( get_trackers , update_trackers ) in their respective operation files, i.e For
PaymentsCreate -> payments_create.rs
PaymentsConfirm -> payments_confirm.rs