Greetings,
I need to determine if payment was made using PayPal system not credit card. Could you please clarify if your system returns anything paypal related in $_POST.
I want to approve payments immediately if they were made using PayPal and keep them pending if customers used credit card to wait for your manual approval.
Thanks in advance and keep up the great work.
P.S. is there a better way to implement this?
2 Comments »
+0
-0
We do return a parameter that is titled “pay_method” that will tell you this information. This parameter will return CC for Credit Card, CK for check, PPI for PayPal, or PPL for PayPal Pay Later.
You can find more information on what parameters we send back to your approved URL after a sale by reviewing the parameter set you are using with our system.
+0
-0
thanks a lot for your help