PayPal API - Verify that an account is valid / exists / verified

后端 未结 4 1552
面向向阳花
面向向阳花 2021-02-07 10:15

Has anyone been able to verify the validity of a PayPal account only by the email address?

AdaptiveAccounts GetVerifiedStatus (in PayPal\'s own words) is only for use by

4条回答
  •  太阳男子
    2021-02-07 10:38

    You can issue a request to the Pay API trying to set up a chained payment with the email to be tested as a secondary receiver. Since chained payments don't accept payments to receivers that do not have an account, the API will return an error when the input email does not correspond to a PayPal account (otherwise it will return a paykey, that you'll just throw away).

提交回复
热议问题