CodeIgniter Forums
What do "paymentreview" and "echeck" mean? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: What do "paymentreview" and "echeck" mean? (/showthread.php?tid=87787)



What do "paymentreview" and "echeck" mean? - WaryaUhayar - 05-31-2023

I have encountered an issue in a CodeIgniter project where I noticed two transactions in the PayPal logs. These transactions have a "pending_reason" value of "paymentreview" and "echeck" respectively. I would appreciate it if someone could explain the meaning of these terms. Should we take any additional actions, or is it the customer's responsibility? It's important to note that we are issuing a refund, and these specific transactions are the ones causing problems out of the entire set.

I would greatly appreciate any guidance on this matter.


RE: What do "paymentreview" and "echeck" mean? - InsiteFX - 05-31-2023

It means they are reviewing the payment, which maybe the echeck.
In other words they need to check that the payment is valid.

It's a hold on the payment until it can be verified to be good.