PayPal returns a contact telephone number if the PayPal Merchant account profile settings require that the buyer enter one. In our PayPal account, under Profile > Web Preferences, we have Contact Telephone Number set to required. And in fact, we are capturing a phone number with each PayPal order. The phone number shows up in the details of each order.
According to PayPal's documentation, when ADNSF calls the GetExpressCheckoutDetails API the GetExpressCheckoutDetails Response includes the phone number, https://www.paypalobjects.com/en_US/...e.html#2830894. Here are all of the fields passed in the response:
TOKEN, EMAIL, PAYERID, PAYERSTATUS, SALUTATION, FIRSTNAME, MIDDLENAME, LASTNAME, SUFFIX, COUNTRYCODE, BUSINESS, SHIPTONAME, SHIPTOSTREET, SHIPTOSTREET2, SHIPTOCITY, SHIPTOSTATE, SHIPTOCOUNTRYCODE, SHIPTOZIP, ADDRESSSTATUS, CUSTOM, INVNUM, PHONENUM, REDIRECTREQUIRED, BILLINGAGREEMENTACCEPTEDSTATUS
It would be beneficial to our customer service department if they had the customers phone number. Why is it being omitted? Can it be included in the Bill To and/or Ship to info?