Is there a way to collect address info via Paypal donation IPNs -
i've got scenario need collect address details paypal when user donates site. can tell in paypal sandbox details aren't returned via ipn or pdt when transaction related donation.
is there i'm missing account setting or paypal variable can make possible?
at moment i'm using buy option below return address details:
input type="hidden" name="cmd" value="_xclick"
simply changing cmd donation , address info stops coming in via ipn:
input type="hidden" name="cmd" value="_donations"
i don't believe address given on donations. best bet call donation in title & send still xclick. change displayed button image donation button, use xclick instead of _donation. believe that's possible way.