Credit Memo Online or Offline?Refund CreditMemo OnlineCredit Memo in MagentoMagento API - credit memo on invoiceProgramatically create credit memoCredit memo vs Refund Which one is true? Magento 1.9How to send different email while creating credit memo based on online/offline refundCreate credit memo programatically - refund offline issueCan I cancel a credit memo?Magento 2.2.0 partial Credit Memo/Refund doesn't work properlymagento 2 Programmatically create a credit memo by script

Should the Product Owner dictate what info the UI needs to display?

Why do distances seem to matter in the Foundation world?

How can I practically buy stocks?

Is Diceware more secure than a long passphrase?

Find the identical rows in a matrix

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?

How to be good at coming up with counter example in Topology

How to pronounce 'c++' in Spanish

What is this word supposed to be?

Combinatorics problem, right solution?

How to have a sharp product image?

How important is it that $TERM is correct?

Will I lose my paid in full property

A ​Note ​on ​N!

What to do with someone that cheated their way through university and a PhD program?

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

Why did C use the -> operator instead of reusing the . operator?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

How long after the last departure shall the airport stay open for an emergency return?

Older movie/show about humans on derelict alien warship which refuels by passing through a star

Retract an already submitted recommendation letter (written for an undergrad student)

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

What was Apollo 13's "Little Jolt" after MECO?



Credit Memo Online or Offline?


Refund CreditMemo OnlineCredit Memo in MagentoMagento API - credit memo on invoiceProgramatically create credit memoCredit memo vs Refund Which one is true? Magento 1.9How to send different email while creating credit memo based on online/offline refundCreate credit memo programatically - refund offline issueCan I cancel a credit memo?Magento 2.2.0 partial Credit Memo/Refund doesn't work properlymagento 2 Programmatically create a credit memo by script






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










share|improve this question
















bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    2















    After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










    share|improve this question
















    bumped to the homepage by Community 12 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      2












      2








      2


      1






      After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?










      share|improve this question
















      After creating a "Credit Memo", how to ensure whether the user has created "Credit Memo" with online or offline ?







      magento-1.9 creditmemo






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 22 '17 at 6:34









      Nits

      1,273416




      1,273416










      asked May 17 '16 at 9:08









      user3811749user3811749

      1112




      1112





      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          2 Answers
          2






          active

          oldest

          votes


















          0














          First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html






          share|improve this answer























          • How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

            – Anurag Khandelwal
            Oct 3 '16 at 7:01



















          0














          As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.

          What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action, search for parent_id which is the Order ID, and action_code refund.

          If you can't see anything there, that means the refund has been made Offline.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2fmagento.stackexchange.com%2fquestions%2f115698%2fcredit-memo-online-or-offline%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html






            share|improve this answer























            • How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

              – Anurag Khandelwal
              Oct 3 '16 at 7:01
















            0














            First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html






            share|improve this answer























            • How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

              – Anurag Khandelwal
              Oct 3 '16 at 7:01














            0












            0








            0







            First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html






            share|improve this answer













            First of all whether a credit memo can be done online depends on the payment methods used for that order. Note that online means that a payment gateway was involved during the payment process. If a online payment method was used you the button named "refund" will create a online refund and the second button named "refund offline" will create an offline refund. If no online payment method was used (or the payment gateway does not support online refunds) the "refund offline" button will create an offline refund. For further information please refer to: http://merch.docs.magento.com/ce/user_guide/order-processing/credit-memo-create.html







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 17 '16 at 9:46









            luemicluemic

            48438




            48438












            • How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

              – Anurag Khandelwal
              Oct 3 '16 at 7:01


















            • How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

              – Anurag Khandelwal
              Oct 3 '16 at 7:01

















            How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

            – Anurag Khandelwal
            Oct 3 '16 at 7:01






            How can we alter email template to notify customer that you got an online/offline refund? Is there a way to do so?

            – Anurag Khandelwal
            Oct 3 '16 at 7:01














            0














            As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.

            What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action, search for parent_id which is the Order ID, and action_code refund.

            If you can't see anything there, that means the refund has been made Offline.






            share|improve this answer



























              0














              As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.

              What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action, search for parent_id which is the Order ID, and action_code refund.

              If you can't see anything there, that means the refund has been made Offline.






              share|improve this answer

























                0












                0








                0







                As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.

                What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action, search for parent_id which is the Order ID, and action_code refund.

                If you can't see anything there, that means the refund has been made Offline.






                share|improve this answer













                As luemic said, the Online refund is enabled by the payment gateway, and Magento doesn't store this information.

                What you could do instead is checking the transactions on the gateway itself, for example if you are using SagePay you have the table sagepaysuite_action, search for parent_id which is the Order ID, and action_code refund.

                If you can't see anything there, that means the refund has been made Offline.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 29 '17 at 10:17









                ShadowbobShadowbob

                314514




                314514



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • 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%2fmagento.stackexchange.com%2fquestions%2f115698%2fcredit-memo-online-or-offline%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

                    منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

                    بیوانفورماتیک محتویات تاریخچه[ویرایش] اهداف[ویرایش] کاربردهای بیوانفورماتیک[ویرایش] زمینه‌های مهم بیوانفورماتیک[ویرایش] موضوعات سیستم نرم‌افزاری بیوانفورماتیک[ویرایش] مراکز و ابزار[ویرایش] جستارهای وابسته[ویرایش] پیوند به بیرون[ویرایش] منابع[ویرایش] منوی ناوبریووانجمن بیوانفورماتیک ایرانمرکز بیوانفورماتیک دانشگاه تهرانمرکز ملی تحقیقات بیوانفورماتیکانستیتو بیو-آی‌تیبانک داده‌های دی ان ایمرکز ملی اطلاعات بیوتکنولوژیانستیتوی بیوانفورماتیک اروپاپورتال بیوانفورماتیک ایران«فرهنگ واژه‌های مصوب فرهنگستان ـ دفتر هشتم، بخش لاتین»وووو4611085-900870420ووو