How can I require a buyer's phone number with Paypal Express Checkout?

前端 未结 3 1491
执笔经年
执笔经年 2021-01-14 17:26

I\'m working on Express Checkout integration, and have everything working without any technical problems. The only issue is that we need to have the buyer\'s phone number.

相关标签:
3条回答
  • 2021-01-14 17:53

    You can find this under 'Website Preferences' in your PayPal account's profile.

    The direct link to this page is https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-website-payments.

    0 讨论(0)
  • 2021-01-14 17:53

    In Sandbox this will be located here:

    https://www.sandbox.paypal.com/businessmanage/preferences/website
    

    Selling Tools > Update > Scroll down to contact number and select your preference. I have created a video walkthrough to demo to do this.
    https://youtu.be/xifEOswaljc

    0 讨论(0)
  • 2021-01-14 17:57

    If anyone is still having trouble getting the phone number: even after I made the prefs change suggested above I couldn't see it in the payment response, but it IS available via a request to /v1/payments/payment/PAYMENT_ID via the REST API. Payer-PayerInfo->Phone.

    0 讨论(0)
提交回复
热议问题