php - Retrieve Buyer Address with Paypal Digital Goods Transaction (or alternate solutions) -


i'm integrating paypal site friend, , first time i've used paypal's api.

his site operates in high fraud market exchanging digital goods, because he's reseller of said goods, it's in best interests avoid buyer fraud (paypal chargebacks) as possible.

currently i'm attempting integrate paypal express checkout digital goods part of our buyer verification, need specify user enter address paypal. them enter paypal because it's trusted third party, , in theory, can address paypal verify identity.

i can set website standard method of having them enter shipping address website , pass information onto paypal, i'm afraid negatively impact sales.

however, digital goods seems paypal doesn't handle shipping address @ all. it's not problem he's using premade buttons ask shipping information, replicate functionality.

so, have 2 questions:

1) possible paypal request shipping address digital transaction?

2) possible set express checkout payment buyer enters shipping information paypal , not site?

i hope can i've been beating head against every night week.

paypal ipn returns address, when post payapl request address default

https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/wp_standard_overview/

no_shipping =2 prompt , require address


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -