КОМЕНТАРІ •

  • @ZeeshanAli-ju2nc
    @ZeeshanAli-ju2nc 5 місяців тому

    i need to integrate square payment into flutter app as dyanamically so that people can pay chose seller and can pay him: is that possible ?

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

    I have created these packages:
    1. super_easy_in_app_purchase
    2. super_easy_permissions
    These will make your life a lot easier :-)

  • @rohanpatil8417
    @rohanpatil8417 4 роки тому +1

    Hey my project is getting this error and there an issue opened on git but the fix is not provided yet.
    D:\flutter\bin\flutter.bat --no-color packages get
    Running "flutter pub get" in servplatform...
    Because every version of square_in_app_payments depends on built_value ^6.1.5 and servplatform depends on built_value ^7.0.4, square_in_app_payments is forbidden.
    So, because servplatform depends on square_in_app_payments any, version solving failed.
    pub get failed (1; So, because servplatform depends on square_in_app_payments any, version solving failed.)
    Process finished with exit code 1

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

      We highly recommend getting help in our community over at developer.squareup.com/forums/ or squ.re/slack

  • @nero1375
    @nero1375 5 років тому +13

    Thanks for posting this!

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

    Hello...how can i put in app purchase method in production application...

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

      You'll have to configure your production credentials and the base path URL to the production URL to charge in production.

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

    i am getting this error
    Unhandled Exception: MissingPluginException(No implementation found for method setApplicationId on channel square_in_app_payments)
    any solutions?

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

      I would recommend asking in our Forums at developer.squareup.com/forums to show us what your method implementation is looking like, and someone from the community or our developer support team could help find out how to fix it.

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

      Restart the application, run flutter clean and pub get

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

    Hi - I went through this tutorial exactly today and also just set up my Square developer account and obtained my first application ID. I also entered an actual correct VISA card. However when I hit SAVE, instead of getting Success like you did, I get "Error - Something went wrong. Please contact the developer of this application and provide them with this error code: card_entry_unauthorized". What went wrong? Thanks!!!

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

      Hey Tom, if you're still having trouble here hop into our developer slack channel or forums, both linked in the description. Thanks!

  • @MyChanneltutzzzzz
    @MyChanneltutzzzzz 4 роки тому +2

    in future will it be available in India and is there any video how to make payment using nonce response were are getting ?

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

      Check out this video for an example of processing the nonce with Ruby on your backend: ua-cam.com/video/gnyVOETIaEA/v-deo.html
      Or to see the HTTP POST in action, see this Android tutorial (just POST to your backend from Flutter like shown with Android, otherwise it's the same process): ua-cam.com/video/wu6Zj3QxDoY/v-deo.html

  • @griotapp5382
    @griotapp5382 4 роки тому +2

    I've implemented the example code from github. how do I change the amount charged to a card from $1.

    • @SquareDev
      @SquareDev 4 роки тому +3

      Hi! This video covers how to get a card token nonce which you can use to charge any amount, but that'll be on your backend. Here's a super short video explaining what we call "nonces." ua-cam.com/video/Y-mq9l2Ucg8/v-deo.html
      Our quickstart guides have a Node.js example backend, or in this video, Bobbilee shows a Ruby backend. At 3:05 she shows the amount in cents hardcoded. You can change this to any amount, but usually you'd pass the item ids from your frontend and use the backend database as a source of truth for prices. ua-cam.com/video/gnyVOETIaEA/v-deo.html
      To see how In-App Payments SDK works with a backend, I'd recommend looking at the Android In-App Payments video. It's not Flutter, but it totally applies to a Flutter app and shows how the frontend and backend connect: ua-cam.com/video/wu6Zj3QxDoY/v-deo.html

    • @griotapp5382
      @griotapp5382 4 роки тому +2

      @@SquareDev Thank you for your response. Please forgive and bare with me as I'm very new to much of this.I'm currently using heroku as my back end. I followed the instructions in the READ ME from the example app. But heroku doesn't provide any options to change charge amount. Is there anywhere in the example code that be change tp update charge amount?

  • @mzimbres
    @mzimbres 5 років тому +8

    Thanks, nice video. Can I use it for payments in Brasil and Germany?

    • @SquareDev
      @SquareDev 5 років тому +3

      We currently only support payments for Square accounts created in the countries we operate in. You can find those listed here: developer.squareup.com/docs/payments-pricing

    • @ShannonSkipper
      @ShannonSkipper 5 років тому +2

      I'm sorry but Brazil and Germany aren't supported at the time of this writing.

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

      @@ShannonSkipper i now?

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

    Hi.It is work with any payment getway?

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

      We aren't making a video for card on file in PHP at this time but you can play around with PHP in API explorer!

  • @LP-ir2kr
    @LP-ir2kr 5 років тому +5

    Would be so nice to have a video on how to use the nonce. I mean how to process from the nonce to the actual real payment.

    • @LP-ir2kr
      @LP-ir2kr 5 років тому

      Oups btw, Great video! Maybe my comment was not that clear. It will be nice to show us how to use the nonce, travel to the cloud service with API and the process with the payment for real... Thanks you!

    • @gallegom58
      @gallegom58 5 років тому +1

      I know.. they just assume you know.

    • @LP-ir2kr
      @LP-ir2kr 5 років тому +1

      ​@@gallegom58 ahaha think you are strongly right

    • @gallegom58
      @gallegom58 5 років тому

      @@LP-ir2kr I did find a guide for that though, along with some issues you might occur that I went through in their GitHub repository.

    • @LP-ir2kr
      @LP-ir2kr 5 років тому

      @@gallegom58 Hi you did it???? ahaha

  • @ppcrahul3263
    @ppcrahul3263 5 років тому +8

    Hi bro please make video for add Google pay payment and any wallet payment in android using flutter

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

      We hear you but Google Pay is not a Square product.

  • @alistairholmes3825
    @alistairholmes3825 4 роки тому +3

    Thanks for the video, but it left out the important part about charging the customer. The docs don't give you info on creating a curl command etc. Please make a video on making the backend for flutter.

    • @SquareDev
      @SquareDev 4 роки тому +1

      We have an example backend here, that you can easily deploy to Heroku: github.com/square/in-app-payments-server-quickstart

  • @Jason-eo7xo
    @Jason-eo7xo 5 років тому +10

    Starts at 3:00 minute mark

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

      Thanks for the feedback, we've shortened the intros since our first few videos.

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

    Can you please show payment with bitcoin for specific wallet ? Please :(

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

      We don't plan to show this, but check back!

  • @OliverGomes
    @OliverGomes 5 років тому

    What android studio theme you guys using, any link to it?

    • @ShannonSkipper
      @ShannonSkipper 5 років тому

      It's Material Default (See color-themes.com/?view=theme&id=5746be34333ecc1800c39714).

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

      Yep, it's Material Default (See color-themes.com/?view=theme&id=5746be34333ecc1800c39714).

  • @aimanadzhar5275
    @aimanadzhar5275 4 роки тому +1

    Where is the payment implementation from user to other?

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

      Can you explain this further?

  • @פלאטרישראל
    @פלאטרישראל 4 роки тому +1

    is it work for flutter web too?

    • @SquareDev
      @SquareDev 4 роки тому +2

      It does not currently work with Flutter for Web. Please do share this request over in our forums at developer.squareup.com/forums

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

    witch font color theme to used there...please give me.name

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

      It's Material Default.

  • @flutterwithvitul
    @flutterwithvitul 5 років тому

    you say send nonc to your server but how ?

    • @SquareDev
      @SquareDev 5 років тому

      Check out our example in the GitHub repo at github.com/square/in-app-payments-flutter-plugin/blob/master/example/lib/transaction_service.dart that shows how to send a nonce to a backend.

    • @ShannonSkipper
      @ShannonSkipper 5 років тому

      Stay tuned for more, but here's one video showing sending the nonce to your backend server: ua-cam.com/video/gnyVOETIaEA/v-deo.html

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

      This video shows an example of how with a Ruby backend: ua-cam.com/video/gnyVOETIaEA/v-deo.html
      Or to see the HTTP POST in action, check out this Android tutorial (still applies to Flutter): ua-cam.com/video/wu6Zj3QxDoY/v-deo.html

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

    Hi, does this work with flutter web? I can't seem to do it, either that or I'm doing something wrong :/

    • @SquareDev
      @SquareDev 4 роки тому +1

      The In-App Payments SDK only works with iOS and Android, so our plugin would only work with Flutter for those two platforms. For Web, you'd probably have to integrate the Square Payment Form to work with your Flutter application.

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

      @@SquareDev ok thanks for the suggestion, I'll give it a try

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

    Hello, Please can you Help me with this, i have a completely app and the idea of the app is buying courses and after pay it will be unlock for him so how can i do this.please a help....

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

      You can always join our developer community to see if there are developers in there that you could hire or collaborate with on your idea. squ.re/slack or developer.squareup.com/forums

  • @AccessCode101
    @AccessCode101 5 років тому +1

    Can I link a payoneer account with Squareup?

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

      What is a payoneer?

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

      @@SquareDev en.wikipedia.org/wiki/Payoneer
      It's like PayPal but with a MasterCard card.

  • @ezranewman1485
    @ezranewman1485 4 роки тому +1

    Video starts at 3:00

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

      Thanks for the feedback!

  • @marcosradix1
    @marcosradix1 5 років тому +1

    could you help me give some information about how to change the name "add card" and colors etc, I did not find anything on ducumentation about it.

    • @SquareDev
      @SquareDev 5 років тому +2

      There is documentation in the GitHub repo that should give some guidance on how to customize the appearance. You can find it at github.com/square/in-app-payments-flutter-plugin/blob/master/doc/get-started.md#step-6-customize-card-entry-appearance