I find it hard to find this from the documentation. I have a code that I inherited that should receive the payment amount from an IPN Paypal transaction. It expects the variable "auth_amount" from the Paypal IPN, but does not receive this field. This looks from Paypal docs, as if I should use the "mc_gross" field, which is indicated as "The total amount of the customerβs payment, before deducting the transaction."
Paypal IPN docs describe the "auth_amount" field as the "authorization amount", which means little to me.
I'm going to change it to use mc_gross, but I just want to check first that I will not miss something stupid?
Thanks!
source share