Petrogad
Petrogad

Reputation: 4423

Getting the Shipping Address from Paypal NVP Request

I want to retrieve the confirmed shipping address paypal has when a user pays through NVP.

Is there a way to do this? or do I always have to ask for their address ahead of time when processing the payment through the express-checkout?

Upvotes: 1

Views: 490

Answers (1)

Drew Angell
Drew Angell

Reputation: 26036

I'm assuming you're working with the Express Checkout API..?? If so, the GetExpressCheckoutDetails request is what would return the shipping address for the buyer.

Upvotes: 1

Related Questions