Cashfree Payment Gateway Integration in PHP | Tutorial - step by step

Поделиться
HTML-код
  • Опубликовано: 23 окт 2019
  • [ Easy Payment Gateway Integration in PHP ]
    In this video, we will see how you can integrate Cashfree payment gateway in PHP
    Why Cashfree Payment Gateway?
    * 24-48 Hours account activation
    * ZERO Setup Fee. ZERO Annual Maintenance Charges, LOWEST TDR starting at 1.75%
    * Wide range of payment modes - add 100+ domestic & international payment modes - including net banking, cards, Paytm, Paypal and other modes
    * Fastest settlement cycle - get paid faster with Cashfree’s next day settlement cycle
    * Instant Refunds - Cashfree lets you disburse refunds instantly to your customers directly from your merchant dashboard.
    How to integrate Cashfree Payment Gateway in PHP?
    1) To add Cashfree payment gateway to your website, you need to signup on Cashfree and access the test account here merchant.cashfree.com/merchan...
    2) Follow the documentation github.com/cashfree/php-checkout to integrate Cashfree Payment Gateway in PHP - checkout mode
    3) Integration Modes: Cashfree offers a wide range of checkout experiences:
    -Checkout: Simplest pre-build form docs.cashfree.com/pg/cf-checkout
    -Seamless Basic: JS custom UI, no PCI required docs.cashfree.com/pg/seamless...
    -Seamless Pro: Custom UI, requires PCI compliance docs.cashfree.com/pg/seamlesspro
    4) For account activation, you need to share your business details and upload the applicable documents- help.cashfree.com/en/articles/.... Account activation typically takes 24 to 48 hours.
    For more details visit: www.cashfree.com/payment-gate...
    You can also write to us at care@cashfree.com
  • НаукаНаука

Комментарии • 110

  • @HarshGuptaWebExpert
    @HarshGuptaWebExpert 4 года назад +2

    Do you also have a doc or tutorial to integrate it into Laravel? generally, we use composer to install packages. Which save our lots of time to setup.

  • @surajgupta9259
    @surajgupta9259 4 года назад

    Then what according to you is best for Merchant Exporters to accept international payments jisme kam se kam Time of transferring currency and commission charge ho. Overall easy to use and best support for PHP ecommerce (B2C and B2B) both. Please help.

  • @amitswarnakar3777
    @amitswarnakar3777 4 года назад

    Sir, plz explain what are the benefits of multiple payment gateway & how it works

  • @kamalsaxena1384
    @kamalsaxena1384 3 года назад

    How to initiate transaction refund from 2checkout in core PHP and laravel and generate invoice after payment. Seperate tutorials plz

  • @bhutbhut
    @bhutbhut 4 года назад

    hello, nice tutorial. Wonder whether you can make any such tutorial to make a plugin to integrate this with wordpress without woocommerce. it will be a great help.

  • @manikantaraju1048
    @manikantaraju1048 3 года назад

    Thank you sir it's working

  • @rambabukr6283
    @rambabukr6283 4 года назад

    submit after that is show (404 The page you were looking for was not found.) its not working please help me

  • @harshjain7617
    @harshjain7617 2 года назад

    thankyou nice tutorial

    • @Cashfree
      @Cashfree  2 года назад

      We are glad it was helpful. ★EM

  • @drac8854
    @drac8854 4 года назад

    Could you guys make a video on how to use it in python to be specific in python flask

  • @amitswarnakar3777
    @amitswarnakar3777 4 года назад

    Sir please explain why startup using multiple payment gateway & its advantages and disadvantages of multiple payment gateway

  • @GadgetsandMore
    @GadgetsandMore 4 года назад +1

    HEY , HOW TO INTEGRATE WITH WIX.COM PLEASE CAN SOMEONE HELP ME OUT

  • @AryanKumar-lv9qx
    @AryanKumar-lv9qx 3 года назад +1

    Thanks

  • @motoguy4270
    @motoguy4270 4 года назад

    Fabulous

  • @shivamkashyap6121
    @shivamkashyap6121 4 года назад +1

    Make video on custom payment link. Please it's urgent

  • @mrinalbhattacharya8718
    @mrinalbhattacharya8718 4 года назад

    my humble request from you is that please make a tutorial on how to integrate it in android studio app.
    thank you.

  • @kumarsanjay8896
    @kumarsanjay8896 4 года назад

    sir, can you please make a video on cashfree intgeration in android app.

  • @babysmm2856
    @babysmm2856 3 года назад

    Can you make whmcs module of cashfree

  • @introvextechnologiesprivat103
    @introvextechnologiesprivat103 3 года назад

    sir how to integrate cashfree in unity 3d plz i need immediately

  • @RJGujarati
    @RJGujarati 3 месяца назад

    My website payment gateway integration error. ?
    {
    "message": "authentication Failed",
    "code": "request_failed",
    "type": "authentication_error"
    }

    • @Cashfree
      @Cashfree  3 месяца назад

      We would appreciate it if you could report the issue you're experiencing by using this form link bit.ly/3t1Zrdj. Please include your registered email ID so we can further investigate and provide assistance as necessary. ★EM

  • @abhilashsmattimatti3254
    @abhilashsmattimatti3254 3 года назад

    please tell me how to delete benefeciarys in php code

  • @santhoshmrs628
    @santhoshmrs628 4 года назад

    What is player VA

  • @syedmeeras5989
    @syedmeeras5989 3 года назад

    Hi I need payment split solutions in my woocommerce website. I cantact cashfree team. They sent me the mail along with details but I don't know how to integrate it??

    • @Cashfree
      @Cashfree  3 года назад +1

      Hi Syed Meera, we have forwarded your details to the designated account manager, he will get in touch with you shortly over a call and assist you further with your query.

  • @saurabhmishra734
    @saurabhmishra734 Год назад

    I have followed your tutorial but on submitting it is showing this integration is deprecated, please use latest integration or reach out to merchant....can I get any help on this

    • @Cashfree
      @Cashfree  Год назад

      Hi Saurabh. We appreciate you reaching out to us. Please forward your concern regarding the integration request to our care team from the email address you registered with us. Our team will validate and assist with your integration request as quickly as possible. ★EM

  • @ekoren6116
    @ekoren6116 4 года назад +1

    Nice tutorial, but writing out the actual form and submitting with java-script will make the form data which includes the "appID" and "signature" visible in the front-end, although for a very short moment. This will create vulnerability and I would recommend anyone to use CURL to handle the POST request entirely from the back-end.
    @Cashfree: Please provide some docs for CURL implementation if possible.

    • @KAVINsTECHTUBE
      @KAVINsTECHTUBE Год назад

      I created a video for solving your problem . Please watch

  • @aaryagupta7201
    @aaryagupta7201 4 года назад

    Can u make a cashfree epos android tutorial?

  • @rishishah2340
    @rishishah2340 2 года назад

    How to use cashfree with react js. I want to use in my project to make orders and make payment.

    • @Cashfree
      @Cashfree  2 года назад

      Hi Rishi! Check out the following link to learn how Cashfree is integrated with react js docs.cashfree.com/docs/javascript-integration Demo Application: codesandbox.io/s/cra-forked-s7wfy We hope this is helpful. ∞EM

  • @jit8682
    @jit8682 3 года назад

    My payment not except

  • @aaryagupta7201
    @aaryagupta7201 4 года назад

    Can we have android app tutorial ?

  • @smitaghosh252
    @smitaghosh252 2 года назад

    Sir standard checkout has been now obsolete. I am using new api next. But new api next is not using digital signature. Why??

    • @Cashfree
      @Cashfree  2 года назад

      Hi Smita! In the new API, the authorization is on the basis of App ID and Secret Key alone. For more details, please refer: docs.cashfree.com/reference/request-and-response-format ∞AT

  • @aravindhmathayanmaariyappa4511
    @aravindhmathayanmaariyappa4511 4 года назад

    Please make android app Cashfree SDK integration videos

  • @sukhendas1299
    @sukhendas1299 3 года назад

    Sir please payout ka ak video post kigiye

  • @masthany7573
    @masthany7573 4 года назад

    Sir.. Is this set up enough for autopayment collections like monthly EMI .

    • @Cashfree
      @Cashfree  4 года назад

      For recurring collections, you will have to integrate Subscriptions www.cashfree.com/payment-gateway-india

  • @Rritikrazz
    @Rritikrazz 3 года назад

    Sir i need source code of video

  • @jattlife7148
    @jattlife7148 3 года назад

    Frji h frji 👊🏻👊🏻

  • @SIVAMECHHH
    @SIVAMECHHH Год назад

    I think it is deprecated. Why this video is here in your official RUclips Channel ? Are you encouraging users to use this version ?

    • @Cashfree
      @Cashfree  Год назад

      Hi Siva, thank you for highlighting this. Our team is working on updated videos. We will be replacing this video soon. ∞AT

  • @sundarapandim1104
    @sundarapandim1104 Год назад

    Can you post How to add Payment API with html css javascript website shopping cart... Please post a video.. I created a cashfree account... But couldn't understand add via javascript API

    • @Cashfree
      @Cashfree  11 месяцев назад +1

      Hi Sundarapandi. It would be helpful if you could provide us with the details of your concern via this form link bit.ly/3t1Zrdj along with your registered email address so we can better assist you. ★EM

  • @prahladsahu2828
    @prahladsahu2828 3 года назад

    सर मैंने कैशफ्री के जरिए आई आई एफ एल लोन कंपनी को पेमेंट किया और वह पेमेंट मेरे से दो बार हो गया लेकिन आया एयरसेल कंपनी वाले बोल रहे हैं हमको तो एक ही पेमेंट मिला
    है तुम मेरा दूसरा पेमेंट कहां गया सर नहीं तो केस फ्री वाले उनको दे रहा है क्या

    • @Cashfree
      @Cashfree  3 года назад

      Hi Prahlad, Kindly write to us with your concern by clicking on this link bit.ly/cashfreehelp our internal team will verify and assist you further.

  • @abhiruproyz
    @abhiruproyz 4 года назад

    Could you please publish WHMCS payment gateway plugin?

    • @Cashfree
      @Cashfree  4 года назад

      Hi Natan, we are working on this and will release shortly.

  • @MrSiamtea
    @MrSiamtea 3 года назад

    If you want more developers to use cashfree in their websites, you better include guides i python, java, node, etc. you're welcome

  • @sauravshaw_
    @sauravshaw_ 4 года назад

    Hey please make such kind of tutorial for cashfree payout. Please! Please! I am trying to integrate it since long but getting error. Please!

    • @Cashfree
      @Cashfree  4 года назад

      Hi, can you write to us at care@cashfree.com with the issue you're facing? We'll be able to assist you.

  • @anishraj6512
    @anishraj6512 2 года назад +1

    Hello sir
    When I make the user details dynamic, it show error that, orderId is missing in the request
    How can i make it dynamic username, price etc

    • @Cashfree
      @Cashfree  2 года назад +1

      Hi Anish! This is being investigated by our team, and we will update you shortly. ∞EM

    • @anishraj6512
      @anishraj6512 2 года назад

      @@Cashfree hi
      Thank you for the response
      The problem has been fixed
      It was my code
      Thank you...

    • @Cashfree
      @Cashfree  2 года назад

      Hi Anish! Our apologies for the delay in responding to your query. In order for a new order to be accepted dynamic details such as user details, price, and ID need to be order-specific. Can you please send the request payload and error response you received at our end by clicking on this link bit.ly/3fda06n so that we can check and assist you as needed. ∞EM

    • @azhagiyapaavai3558
      @azhagiyapaavai3558 2 года назад

      @Cashfree payments

  • @tirumalnadipalli2622
    @tirumalnadipalli2622 3 года назад

    Can you please help me to refund my money by using transaction ID deatials because I lost my money on credit card by the fraudulent users please help me sir

    • @Cashfree
      @Cashfree  3 года назад

      Hi Nadipalli, please write to us at support@cashfree.com, we will look into your concern and assist you accordingly.

  • @pavankumar-xi1ju
    @pavankumar-xi1ju 4 года назад

    hey rohit,plz help me out im getting error invalid returnUrl

    • @Cashfree
      @Cashfree  4 года назад

      Please write to techsupport@cashfree.com to help us review

  • @ssvlserver9783
    @ssvlserver9783 3 года назад

    Can You Please Upload how to implement in Andorid APP

    • @Cashfree
      @Cashfree  3 года назад

      Please write to us at care@cashfree.com to assist you

  • @nabinanandapal2998
    @nabinanandapal2998 2 года назад

    Did not understand a bit so whatever you had sent to incorporate the payment gate way is useless for me

    • @Cashfree
      @Cashfree  2 года назад

      Hello! Please let us know what you need by clicking on this link bit.ly/3fda06n We will look into it and assist you on a priority basis

  • @monirbishal
    @monirbishal 4 года назад

    how to Integration Cashfree Payment Gateway in Laravel??

    • @Cashfree
      @Cashfree  4 года назад

      Hi Monir, to do the Cashfree Payment Gateway integration you can use Cashfree's Rest APIs. Please refer to the link here:
      docs.cashfree.com/docs/rest/guide/ . If you may have any questions related to integration please reach out to us at techsupport@cashfree.com , for any other support please write to us at care@cashfree.com. We will be happy to help you.

  • @rahulsaini8094
    @rahulsaini8094 4 года назад

    Hi, could you please a video on how to integrate payouts to bank accounts in php.

    • @Cashfree
      @Cashfree  4 года назад

      Hi, you can look at the PHP integration kit here: github.com/cashfree/cashfree-payout-php
      We'll get a tutorial up soon. Please write to techsupport@cashfree.com for any queries.

    • @casmirnwaozuzu7090
      @casmirnwaozuzu7090 3 года назад

      @@Cashfree any video tutorial on php gateway integration ?

  • @abhilashmatti2358
    @abhilashmatti2358 3 года назад

    can u please send the link regarding how to make customer bank account verification in php

    • @Cashfree
      @Cashfree  3 года назад

      Please write to us at care@cashfree.com to assist you

    • @abhilashmatti2358
      @abhilashmatti2358 3 года назад

      @@Cashfree ya i made a request for the care@cashfree.com

  • @user-bq5bq6xq9r
    @user-bq5bq6xq9r 2 месяца назад +1

    Please give the latest video in php

    • @Cashfree
      @Cashfree  2 месяца назад

      Hi. Regarding your inquiry about a video on payment gateway integration in PHP, we currently do not have an updated resource available. However, you can refer to the following link: bit.ly/4bc4ICE for the necessary steps and guidelines. This repository contains the Cashfree PHP SDK, which provides a comprehensive set of tools and documentation to facilitate the integration process. We have noted your feedback, and we will keep you informed if any new video tutorials or updates become available in the future. ★EM

  • @Manikanta.Chaluvadi
    @Manikanta.Chaluvadi 3 года назад

    No option for react js

    • @Cashfree
      @Cashfree  3 года назад

      Hi Cashfree React Native SDK is available here: dev.cashfree.com/payment-gateway/integrations/mobile-integration/react-native

  • @motoguy4270
    @motoguy4270 4 года назад +1

  • @Rajkumar-st3vf
    @Rajkumar-st3vf Год назад

    This standard is deprecated...please post new one tutotial

    • @Cashfree
      @Cashfree  Год назад

      Hi Raj kumar, thank you for your feedback. We have forwarded your request to the concerned team. ∞SM

  • @shamsuddinpatel8871
    @shamsuddinpatel8871 4 года назад

    Cashfree for Whmcs

  • @azhagiyapaavai3558
    @azhagiyapaavai3558 2 года назад

    Hi team can we integrate cashfree payouts in c#

    • @Cashfree
      @Cashfree  2 года назад

      Hi Azhagiya! We do not support sample codes for c#. However, we support for php, python, Node JS, Java. As an alternative, C# can be used for API and automation.
      Sample code : docs.cashfree.com/docs/samples
      API Sample : docs.cashfree.com/reference/postman-collection-4.

    • @azhagiyapaavai3558
      @azhagiyapaavai3558 2 года назад

      @@Cashfree can we integrate payouts in c# web api? Please reply

    • @Cashfree
      @Cashfree  2 года назад

      Hi Azhagiya! We do not support sample codes for c#. However, we support for php, python, Node JS, Java. As an alternative, C# can be used for API and automation.
      Sample code : docs.cashfree.com/docs/samplesAPI
      Sample : docs.cashfree.com/reference/postman-collection-4.

  • @developeraccount438
    @developeraccount438 4 года назад

    how we refund php

    • @Cashfree
      @Cashfree  4 года назад

      Please find the documentation here docs.cashfree.com/docs/rest/guide/#initiate-refund

  • @psycholover4102
    @psycholover4102 4 года назад +1

    Hi team,
    Will you help me out with seamless payment gateway integration..it's urgent

    • @Cashfree
      @Cashfree  4 года назад

      Hi, you can find the guide on integrating Cashfree payment gateway using the seamless checkout option here: docs.cashfree.com/docs/whitelabelcheckout/guide/
      In case you are facing difficulty, please write to us at care@cashfree.com or reach your account manager.

    • @SunilPatel-fv5qq
      @SunilPatel-fv5qq 4 года назад

      email me for payment gateway instigation support sunilvtu@gmail.com

  • @jattlife7148
    @jattlife7148 3 года назад

    Frod h pura frod

    • @Cashfree
      @Cashfree  2 года назад

      Hello! We are deeply concerned about your frustration. Please feel free to leave your concerns with us by clicking on this link bit.ly/cashfreehelp along with your phone number and email address. We will investigate and assist you as needed.