php - Paypal Website Payments Pro - Get AVS/CVV -


i using paypal website payments pro currently.

my question is, how can retrieve avs/cvv response code through api, after transaction has taken place. i'm thinking need send get request endpoint, transaction id, , hoping avs/cvv included in response.

there seems limited information on returned though.

tldr: said, possible retrieve avs/cvv response code through api, paypal website payments pro, while providing transaction id (or similar) parameter?

this typical dodirectpayment response

nvp response:

timestamp=2015-04-01t07:09:23z correlationid=5d206d78a7eb2 ack=success version=109.0 build=15840636 amt=0.01 currencycode=usd avscode=x cvv2match=m transactionid=4xj98999b8918783x 

there gettransactiondetails api transaction id input parameter , responds following won't avs,cvv in response.

nvp response:

receiverbusiness=us-30@cri.com receiveremail=us-30@cri.com receiverid=xtv2xwlqdbbul payerid=rpp8f58j274jg payerstatus=unverified countrycode=us addressowner=paypal addressstatus=none salestax=0.00 shipamount=0.00 shiphandleamount=0.00 timestamp=2015-04-01t07:09:35z correlationid=6d04b6839b8a ack=success version=109.0 build=15840636 firstname=john lastname=test transactionid=4xj98999b8918783x receiptid=2178-2433-5782-0156 transactiontype=webaccept paymenttype=instant ordertime=2015-04-01t07:09:22z amt=0.01 feeamt=0.01 taxamt=0.00 currencycode=usd paymentstatus=completed pendingreason=none reasoncode=none protectioneligibility=ineligible protectioneligibilitytype=none l_qty0=1 l_taxamt0=0.00 l_currencycode0=usd l_taxable0=false 

Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -