You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the user places order and make the payment, the payment status is changed to Authorized on razorpay, however, not captured automatically, which shows the invoice status as Unpaid on WHMCS-v7.2.3-release.1.
Due to this, the user thinks that payment has failed.
The text was updated successfully, but these errors were encountered:
The issue that I mentioned earlier occurs only when the base currency of the system is different than the invoice currency. Suppose the base currency of the system is USD but the user purchased in INR, then in the callback file the conversion still takes due to which the amount in capture request is different than the authorised amount, hence it results in an error.
After the user places order and make the payment, the payment status is changed to
Authorized
on razorpay, however, not captured automatically, which shows the invoice status asUnpaid
on WHMCS-v7.2.3-release.1.Due to this, the user thinks that payment has failed.
The text was updated successfully, but these errors were encountered: