私はログインをPayPal - JavaScriptボタンと統合しています。 https://developer.paypal.com/webapps/developer/docs/integration/direct/log-in-with-paypal/js_button/PayPalでログインしてpayer_idを取得できますか?
私はpaypalでログインしたユーザーの "payer_id"が必要です。 しかし、それは応答に含まれていません。
上記統合ガイドの「4.取得ユーザーズPayPalのプロファイルデータ」の応答は、このようなものです:
{ "family_name":"Ito", "name":"Gen Ito", "account_type":"BUSINESS", "given_name":"Gen", "user_id":"ttps://www.paypal.com/webapps/auth/identity/user/xxxxxxxxxxxxxxxxx", "verified_account":"true", "language":"ja_JP", "zoneinfo":"Asia/Tokyo", "locale":"ja_JP", "email":"[email protected]", "account_creation_date":"2011-11-18", "birthday":"1982-08-02", "age_range":"26-30" }
「payer_idは、」以下に記載されているので、私はpayer_idが利用可能であると考えられています。 https://developer.paypal.com/webapps/developer/docs/api/#get-user-information
「PayPalでログイン」でpayer_idを取得できますか? 他の/その他のリクエストを使用する必要がありますか?
制限された属性なので、アクセスを要求する必要があります。どのようにサポートとgithubが助けなかったかわからない、私たちは誰かがペイパルに連絡していた。 –