Google pay payment gateway in Xamarin Forms - Xamarin Forms Tutorial

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ •

  • @DnyaneshWarade
    @DnyaneshWarade 3 роки тому +1

    I integrated the way it is been said in the tutorial but my payments are getting failed with message 'You've exceeded the maximum transaction amount set by your bank' but when I do normal money transfer using google pay it works fine only it is not working via deeplinking. please help

    • @keshabnayak9399
      @keshabnayak9399 3 роки тому

      Any updates ...

    • @SPTutorials
      @SPTutorials  3 роки тому +1

      Due to scams in UPI payment, google had restricted their UPI payments,if you want to receive payment then use merchant UPI id.

    • @priyagaikwad6190
      @priyagaikwad6190 2 роки тому

      @@SPTutorials Hello I am getting same error. I used merchant UPI id.

    • @SPTutorials
      @SPTutorials  2 роки тому

      Please use the docs, you have to use updated integration
      developers.google.com/pay/india/api/android/in-app-payments

  • @JasonPurkiss
    @JasonPurkiss 4 роки тому

    This is great thanks for your time, been searching for this for 11 months now, kinda feel bad for not working it out my self but thanks anyways, will you be doing the Apple pay version?

  • @codingislife6387
    @codingislife6387 4 роки тому

    Thanks Sir For new lecture.

  • @25kyro
    @25kyro 4 роки тому

    I have google pay insttalled but it says it is not installed? What do you think is the problem

    • @SPTutorials
      @SPTutorials  4 роки тому

      In your country,google pay app package name is not same as India,so go to play.google.com and check the package name then set it inside the code.

  • @SivaprasadSR
    @SivaprasadSR 3 роки тому

    I have clone the source code and change the QueryParameter pa to my Gpay UPI and run the code in my android mobile. but after the Pin verification is says "You've exceeded the maximum transaction amount set by your bank". and the translation failed. Can you help me on this.

    • @SPTutorials
      @SPTutorials  3 роки тому

      Google pay security policy has changed,you have to use merchant account for accepting payments.

    • @SivaprasadSR
      @SivaprasadSR 3 роки тому

      @@SPTutorials Yes i have updated it with merchant account, But now showing "This transaction may be risky. For your safety, it can't be completed st this time."
      .AppendQueryParameter("mc", "0000") do i have to change anything in this value when i change to merchant account?

    • @creativityshorts2581
      @creativityshorts2581 3 роки тому

      @@SivaprasadSR i have the same problem u solved it?

    • @BhautikDalicha
      @BhautikDalicha 3 роки тому

      ​@@SivaprasadSR Did you find any solution?

    • @BhautikDalicha
      @BhautikDalicha 3 роки тому

      @@creativityshorts2581 ​Did you find any solution?

  • @3dgiftz
    @3dgiftz 3 роки тому +1

    thanks working fine

  • @xamarinuidesigns456
    @xamarinuidesigns456 2 роки тому

    I getting error "Payment failed" please help

    • @SPTutorials
      @SPTutorials  2 роки тому

      Google pay now work only for merchant id,because Google changed their policy. So create merchant account and try

    • @xamarinuidesigns456
      @xamarinuidesigns456 2 роки тому

      @@SPTutorials I already have merchant acoount, I am using that.

  • @Dhaiky
    @Dhaiky 4 роки тому

    This is quite a good tutorial.

  • @abdulkareemsyed9470
    @abdulkareemsyed9470 3 роки тому

    Does UPI gateway need any permission? Or need to buy? Or its free?

  • @szooxgames704
    @szooxgames704 3 роки тому

    Is it work for europe?

  • @krunaln8350
    @krunaln8350 4 роки тому

    very nice tutorial , but how to do this in iOs? please reply.

  • @Akshaykumar-zf5ht
    @Akshaykumar-zf5ht 4 роки тому

    Hi
    Please upload sign in using social media's (Facebook/google/twitter)

  • @BhautikDalicha
    @BhautikDalicha 3 роки тому

    It is failed everytime

    • @SPTutorials
      @SPTutorials  3 роки тому

      Google policy changed,you can use only merchant account.don’t forge to pass merchant code to parameters

    • @BhautikDalicha
      @BhautikDalicha 3 роки тому

      @@SPTutorials Can you make a video on paytm,phonepay and bhim upi integration in xamarion form.I have made the example for each of this but transaction is failed evwrytime.

  • @haveknowledgeindia
    @haveknowledgeindia 4 роки тому

    Thanks