Hello, how are you all? I'm new to this forum, so first I'd like to say hello hahahaha

I'm in the middle of developing a new payment module for credit cards, including establishing a link with a credit card verification site, but I'm running into some issues while trying to perform various tests. My main concern is that I don't know when and how the module's before_process() and after_process() are executed.

My before_process establishes the connection with the credit card verification/authentication site, but I don't know when the after_process is supposed to be executed, and I need that information so I can execute it once the verification is completed, maybe have it run as soon as the process returns to my module after verification.

I'd appreciate any help you may give me,
Thank you in advance,
UberBI