i am just testing(sandbox) Paypal using "buy now button". i am able to send a payment request and getting a notification from paypal.
on success i would like to update that order by setting a payment way(paypal, creditcard, ...etc). but i cannot find anything about this documented.
is this possible? if yes which variable name should i ask?
i searched long time here https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNIntro/#id08CKFJ00JYK
AND here
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNandPDTVariables/#id08CTB0S055Z
but cannot find how!
what i am doing is:
- buyer press on pay now button
- redirected to paypal
- now buyer may pay using PayPal OR Creditcard
- on complete i get a notification from Paypal
- i validate this and if VERIFIED i update my Database
- now i would like to know (for statistical use) if buyer paid using paypal or credit cards.