What is the different between using Payment redirect_url and notify_url? Which one will update the table order.pay_statu
What is the different between using Payment redirect_url and notify_url? Which one will update the table order.pay_status? Payment made successfully but the Item status is in pending 'To be paid'
The administrator has answered
notify_url It's an asynchronous notification
redirect_url It's a redirect
Can be done in the background data,Payment log,Upper left corner Check the payment processing reason in the notification record
After Respond function in PaymentExtension will it redirect to receipt page or can notify_url redirect to receipt page? The behavior of PaymentProvider notify us the status then we process and update lastly redirect to receipt page.
View All 1 Comments