Payment processing advise

hi,
if i have product and want the user to hit buy, is it wise to do the payment processing with hangfire, or no it should be immediate?

thanks in advanced.

Hi, @devmondo! How are you?

Why do you want to perform your payments with background jobs?

hi Mate hope you are doing well :smile:

actually this is the first time i get website with payments required, so i was looking for advise on how to do it right, so any advise is appreciated from Guru like you :smile:

As I know, payment systems expect that your system will redirect user to their site after clicking the “Buy” button. Use background jobs only when processing takes too long time (or there is a such probability).

thank you very much man for the advise.