Verify if email is used for paypal
i need to verify if certain email is already assigned to paypal account, i know the https://www.paypal.com/us/verified/pal= is not restricted only to partnered accounts so this option won't work for me.
It might be a simple work around, just to check if the provided email is an existing paypal account
email paypal verify
add a comment |
i need to verify if certain email is already assigned to paypal account, i know the https://www.paypal.com/us/verified/pal= is not restricted only to partnered accounts so this option won't work for me.
It might be a simple work around, just to check if the provided email is an existing paypal account
email paypal verify
add a comment |
i need to verify if certain email is already assigned to paypal account, i know the https://www.paypal.com/us/verified/pal= is not restricted only to partnered accounts so this option won't work for me.
It might be a simple work around, just to check if the provided email is an existing paypal account
email paypal verify
i need to verify if certain email is already assigned to paypal account, i know the https://www.paypal.com/us/verified/pal= is not restricted only to partnered accounts so this option won't work for me.
It might be a simple work around, just to check if the provided email is an existing paypal account
email paypal verify
email paypal verify
asked Nov 13 '18 at 12:00
ArinArin
4017
4017
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I can't see why Paypal would give out that information.
It could allow fraudsters to send email posing as Paypal to Paypal customers with intention to commit fraud, knowing for sure that they are registered users.
It would seem allowing 'user enumeration' is that way would benefit the fraudsters and would cost them nothing, because besides some query logs perhaps, their initial searches would leave no trace and inconvenience nobody.
It'd be better that if someone wants to verify an address isn't already used, he tries to sign up with it. Doing that would expose at least the IP address he's using to sign up and the data he's using to sign up posing as a bona fide customer (i.e., to all intents and purposes, impersonating one). Then if the one signing up wasn't a bona fide customer, surely after a few attempts to guess others' email addresses he'll start to leave a trail, which could allow Paypal to spot him and stop him.
There's no lawful reason to try and guess the Paypal status of email addresses that belong to perfect strangers. And if they're not strangers to you and you got good reason, you could contact them and ask them, whether they've got a Paypal account.
So what is going on here?
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53280606%2fverify-if-email-is-used-for-paypal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I can't see why Paypal would give out that information.
It could allow fraudsters to send email posing as Paypal to Paypal customers with intention to commit fraud, knowing for sure that they are registered users.
It would seem allowing 'user enumeration' is that way would benefit the fraudsters and would cost them nothing, because besides some query logs perhaps, their initial searches would leave no trace and inconvenience nobody.
It'd be better that if someone wants to verify an address isn't already used, he tries to sign up with it. Doing that would expose at least the IP address he's using to sign up and the data he's using to sign up posing as a bona fide customer (i.e., to all intents and purposes, impersonating one). Then if the one signing up wasn't a bona fide customer, surely after a few attempts to guess others' email addresses he'll start to leave a trail, which could allow Paypal to spot him and stop him.
There's no lawful reason to try and guess the Paypal status of email addresses that belong to perfect strangers. And if they're not strangers to you and you got good reason, you could contact them and ask them, whether they've got a Paypal account.
So what is going on here?
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
add a comment |
I can't see why Paypal would give out that information.
It could allow fraudsters to send email posing as Paypal to Paypal customers with intention to commit fraud, knowing for sure that they are registered users.
It would seem allowing 'user enumeration' is that way would benefit the fraudsters and would cost them nothing, because besides some query logs perhaps, their initial searches would leave no trace and inconvenience nobody.
It'd be better that if someone wants to verify an address isn't already used, he tries to sign up with it. Doing that would expose at least the IP address he's using to sign up and the data he's using to sign up posing as a bona fide customer (i.e., to all intents and purposes, impersonating one). Then if the one signing up wasn't a bona fide customer, surely after a few attempts to guess others' email addresses he'll start to leave a trail, which could allow Paypal to spot him and stop him.
There's no lawful reason to try and guess the Paypal status of email addresses that belong to perfect strangers. And if they're not strangers to you and you got good reason, you could contact them and ask them, whether they've got a Paypal account.
So what is going on here?
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
add a comment |
I can't see why Paypal would give out that information.
It could allow fraudsters to send email posing as Paypal to Paypal customers with intention to commit fraud, knowing for sure that they are registered users.
It would seem allowing 'user enumeration' is that way would benefit the fraudsters and would cost them nothing, because besides some query logs perhaps, their initial searches would leave no trace and inconvenience nobody.
It'd be better that if someone wants to verify an address isn't already used, he tries to sign up with it. Doing that would expose at least the IP address he's using to sign up and the data he's using to sign up posing as a bona fide customer (i.e., to all intents and purposes, impersonating one). Then if the one signing up wasn't a bona fide customer, surely after a few attempts to guess others' email addresses he'll start to leave a trail, which could allow Paypal to spot him and stop him.
There's no lawful reason to try and guess the Paypal status of email addresses that belong to perfect strangers. And if they're not strangers to you and you got good reason, you could contact them and ask them, whether they've got a Paypal account.
So what is going on here?
I can't see why Paypal would give out that information.
It could allow fraudsters to send email posing as Paypal to Paypal customers with intention to commit fraud, knowing for sure that they are registered users.
It would seem allowing 'user enumeration' is that way would benefit the fraudsters and would cost them nothing, because besides some query logs perhaps, their initial searches would leave no trace and inconvenience nobody.
It'd be better that if someone wants to verify an address isn't already used, he tries to sign up with it. Doing that would expose at least the IP address he's using to sign up and the data he's using to sign up posing as a bona fide customer (i.e., to all intents and purposes, impersonating one). Then if the one signing up wasn't a bona fide customer, surely after a few attempts to guess others' email addresses he'll start to leave a trail, which could allow Paypal to spot him and stop him.
There's no lawful reason to try and guess the Paypal status of email addresses that belong to perfect strangers. And if they're not strangers to you and you got good reason, you could contact them and ask them, whether they've got a Paypal account.
So what is going on here?
answered Nov 13 '18 at 12:24
jchevalijchevali
14310
14310
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
add a comment |
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
i see, i have an app that allows donations from one paypal account to another, where users can set up different wallets to receive them. On first login by default users sees a form that is filled with the email he provided when registering so that he doesnt have to type it again but he is allowed to change it. I guess i have to remove that option for paypal as i dont want the user to confirm that when he doesnt have active paypal account
– Arin
Nov 13 '18 at 14:57
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53280606%2fverify-if-email-is-used-for-paypal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown