Saving a paypal account for a user to my web application












0















I have a web application that allows users to purchase products online. I would like a user to add a paypal account to his or her account such that the next time, he or she needs to checkout, the paypal on file shall be used.



I do not want to store the payal details on my server instead i am looking for a service like paypal credit card vault.



An advantage for saving the paypal on vault is a user shall not be needed to enter email and password all over again.



Does paypal have a service like the one i describe?.










share|improve this question























  • I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

    – Jamie_D
    Nov 21 '18 at 12:11













  • Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

    – Gandalf
    Nov 21 '18 at 12:15
















0















I have a web application that allows users to purchase products online. I would like a user to add a paypal account to his or her account such that the next time, he or she needs to checkout, the paypal on file shall be used.



I do not want to store the payal details on my server instead i am looking for a service like paypal credit card vault.



An advantage for saving the paypal on vault is a user shall not be needed to enter email and password all over again.



Does paypal have a service like the one i describe?.










share|improve this question























  • I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

    – Jamie_D
    Nov 21 '18 at 12:11













  • Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

    – Gandalf
    Nov 21 '18 at 12:15














0












0








0








I have a web application that allows users to purchase products online. I would like a user to add a paypal account to his or her account such that the next time, he or she needs to checkout, the paypal on file shall be used.



I do not want to store the payal details on my server instead i am looking for a service like paypal credit card vault.



An advantage for saving the paypal on vault is a user shall not be needed to enter email and password all over again.



Does paypal have a service like the one i describe?.










share|improve this question














I have a web application that allows users to purchase products online. I would like a user to add a paypal account to his or her account such that the next time, he or she needs to checkout, the paypal on file shall be used.



I do not want to store the payal details on my server instead i am looking for a service like paypal credit card vault.



An advantage for saving the paypal on vault is a user shall not be needed to enter email and password all over again.



Does paypal have a service like the one i describe?.







paypal






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 21 '18 at 11:59









GandalfGandalf

5,4822269121




5,4822269121













  • I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

    – Jamie_D
    Nov 21 '18 at 12:11













  • Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

    – Gandalf
    Nov 21 '18 at 12:15



















  • I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

    – Jamie_D
    Nov 21 '18 at 12:11













  • Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

    – Gandalf
    Nov 21 '18 at 12:15

















I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

– Jamie_D
Nov 21 '18 at 12:11







I seriously doubt it since that would open up a huge security hole for PayPal. Even EBay doesn't do that and they own PayPal.

– Jamie_D
Nov 21 '18 at 12:11















Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

– Gandalf
Nov 21 '18 at 12:15





Yeah i though that as well so i thought one touch uses some kind of a paypal account vault

– Gandalf
Nov 21 '18 at 12:15












1 Answer
1






active

oldest

votes


















1














Yes, you can do this. It's done by creating a Billing Agreement and then processing future Reference Transactions based on that billing agreement.



This gives you a lot of power to process any amount at any time without further approval from the buyer. As such, this requires heavy vetting from PayPal.



They will only approve you for it if you're doing very high volume (millions of dollars per year) in most cases. But yes, it can be done.



Keep in mind that PayPal itself provides a "One Touch" feature so people can quickly checkout without entering credentials in the future. So they've basically built what you're wanting to do directly into the Express Checkout experience.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411580%2fsaving-a-paypal-account-for-a-user-to-my-web-application%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









    1














    Yes, you can do this. It's done by creating a Billing Agreement and then processing future Reference Transactions based on that billing agreement.



    This gives you a lot of power to process any amount at any time without further approval from the buyer. As such, this requires heavy vetting from PayPal.



    They will only approve you for it if you're doing very high volume (millions of dollars per year) in most cases. But yes, it can be done.



    Keep in mind that PayPal itself provides a "One Touch" feature so people can quickly checkout without entering credentials in the future. So they've basically built what you're wanting to do directly into the Express Checkout experience.






    share|improve this answer




























      1














      Yes, you can do this. It's done by creating a Billing Agreement and then processing future Reference Transactions based on that billing agreement.



      This gives you a lot of power to process any amount at any time without further approval from the buyer. As such, this requires heavy vetting from PayPal.



      They will only approve you for it if you're doing very high volume (millions of dollars per year) in most cases. But yes, it can be done.



      Keep in mind that PayPal itself provides a "One Touch" feature so people can quickly checkout without entering credentials in the future. So they've basically built what you're wanting to do directly into the Express Checkout experience.






      share|improve this answer


























        1












        1








        1







        Yes, you can do this. It's done by creating a Billing Agreement and then processing future Reference Transactions based on that billing agreement.



        This gives you a lot of power to process any amount at any time without further approval from the buyer. As such, this requires heavy vetting from PayPal.



        They will only approve you for it if you're doing very high volume (millions of dollars per year) in most cases. But yes, it can be done.



        Keep in mind that PayPal itself provides a "One Touch" feature so people can quickly checkout without entering credentials in the future. So they've basically built what you're wanting to do directly into the Express Checkout experience.






        share|improve this answer













        Yes, you can do this. It's done by creating a Billing Agreement and then processing future Reference Transactions based on that billing agreement.



        This gives you a lot of power to process any amount at any time without further approval from the buyer. As such, this requires heavy vetting from PayPal.



        They will only approve you for it if you're doing very high volume (millions of dollars per year) in most cases. But yes, it can be done.



        Keep in mind that PayPal itself provides a "One Touch" feature so people can quickly checkout without entering credentials in the future. So they've basically built what you're wanting to do directly into the Express Checkout experience.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 25 '18 at 19:55









        Drew AngellDrew Angell

        24.4k42343




        24.4k42343






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411580%2fsaving-a-paypal-account-for-a-user-to-my-web-application%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Create new schema in PostgreSQL using DBeaver

            Deepest pit of an array with Javascript: test on Codility

            Costa Masnaga