سؤال

I'm implementing a Paypal payment method using their Express Checkout NVP implementation. After I've sent the buyer to PayPal to log in and confirm the payment, I need to retrieve the billing address they have on file with PayPal for us in saving my order. The GetExpressCheckoutDetails method of the API doesn't return billing address information - only Shipping info, which I already have. Is there some other method that will return the buyer's billing address information?After

هل كانت مفيدة؟

المحلول

Couldn't you just use the shipping address for saving the order? You can't pull the billing address because there really isn't a reason you'd ever need it.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top