I am working with with paypal sandbox.

According with that article after IPN verification i need to check payment_gross field but in my case it is empty.

Also i have fields mc_gross and mc_gross_1 which is contains paid amount so should i check mc_gross insteard? any thoughts why payment_gross is empty?

link|improve this question

39% accept rate
Looks like payment_gross has been abandoned by PayPal and replaced by mc_gross. Same thing happened to me but payment_gross is no longer documented or shown on the Sandbox IPN test page. – Rick Strahl Jan 23 at 8:08
feedback

1 Answer

up vote 0 down vote accepted

Not sure why payment_gross is empty (or whether or not it should be) but I've always used mc_gross to check the payment amount and I've never had any problems. In fact if memory serves I originally copied that from a PHP code sample from the Paypal developer documents.

link|improve this answer
1  
just googled that reference cms.paypal.com/uk/cgi-bin/… it is saying that payment_gross only for USD currency. – jason Sep 25 '11 at 3:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.