1

Use-case

  1. I am implementing a trading application
  2. I am using PayPal API for express checkout
  3. Subscribers should be able to sell & buy using PayPal account
  4. Subscriber should associate his Trading application account with his PayPal account using the e-mail address registered with PayPal

Problem
Using PayPal API, Is it possible to verify that the PayPal account e-mail address provided is registered with PayPal? ( sending an e-mail activation link will not help here )

Any help will be appreciated

4

1 に答える 1

2

Paypal AddressVerify API を使用してみてください: https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/AddressVerify_API_Operation_NVP/

AddressVerify は、ユーザーの住所と郵便番号が正しいことも確認できます。

デフォルトでは、AddressVerify API は Paypal によって提供されていません。カスタマーサポートに連絡してアクセスを許可してから、サイトに掲載するための承認を得るために再度連絡する必要があると思います.

于 2013-05-20T05:59:54.743 に答える