Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Integrate Stripe into qt mobile application
Qt 6.11 is out! See what's new in the release blog

Integrate Stripe into qt mobile application

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
7 Posts 3 Posters 2.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bhupi012
    wrote on last edited by
    #1

    I have a requirement of integrate stripe into Qt Mobile application for android and ios. I searched on it but not able to find any suitable starting point. What are the possible solutions for me to integrate stripe in c++ applications.

    raven-worxR 1 Reply Last reply
    0
    • B bhupi012

      I have a requirement of integrate stripe into Qt Mobile application for android and ios. I searched on it but not able to find any suitable starting point. What are the possible solutions for me to integrate stripe in c++ applications.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @bhupi012
      since the API is provided via a REST interface
      you can use QtNetworkAuth (coming with Qt 5.10) to use OAuth for the login into the web-service.
      And then simply use QNetworkAccessManager to send your GET/POST requests to the webservice

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      B 2 Replies Last reply
      1
      • raven-worxR raven-worx

        @bhupi012
        since the API is provided via a REST interface
        you can use QtNetworkAuth (coming with Qt 5.10) to use OAuth for the login into the web-service.
        And then simply use QNetworkAccessManager to send your GET/POST requests to the webservice

        B Offline
        B Offline
        bhupi012
        wrote on last edited by
        #3

        @raven-worx Will go with above approach.

        1 Reply Last reply
        0
        • raven-worxR raven-worx

          @bhupi012
          since the API is provided via a REST interface
          you can use QtNetworkAuth (coming with Qt 5.10) to use OAuth for the login into the web-service.
          And then simply use QNetworkAccessManager to send your GET/POST requests to the webservice

          B Offline
          B Offline
          bhupi012
          wrote on last edited by
          #4

          @raven-worx Any Idea when Qt 5.10 will be released and Any other option other than this

          raven-worxR 1 Reply Last reply
          0
          • B bhupi012

            @raven-worx Any Idea when Qt 5.10 will be released and Any other option other than this

            raven-worxR Offline
            raven-worxR Offline
            raven-worx
            Moderators
            wrote on last edited by raven-worx
            #5

            @bhupi012
            Qt 5.10 is planned to be released by the end of November. But you can already download the alpha version and start coding.
            For OAuth there are also several 3rd party libs available (also for Qt). Or you can even handle it all by yourself using only QNetworkAccessManager. There is no magic behind it. Just some OAuth protocol rules to follow.

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            B 1 Reply Last reply
            0
            • raven-worxR raven-worx

              @bhupi012
              Qt 5.10 is planned to be released by the end of November. But you can already download the alpha version and start coding.
              For OAuth there are also several 3rd party libs available (also for Qt). Or you can even handle it all by yourself using only QNetworkAccessManager. There is no magic behind it. Just some OAuth protocol rules to follow.

              B Offline
              B Offline
              bhupi012
              wrote on last edited by bhupi012
              #6

              @raven-worx I decided to generate token from mobile app and for transaction app will rely on server.
              comments: https://stackoverflow.com/questions/46559046/integrate-stripe-into-qt-mobile-application

              M 1 Reply Last reply
              0
              • B bhupi012

                @raven-worx I decided to generate token from mobile app and for transaction app will rely on server.
                comments: https://stackoverflow.com/questions/46559046/integrate-stripe-into-qt-mobile-application

                M Offline
                M Offline
                Marek
                wrote on last edited by
                #7

                @bhupi012 Hi, have you been succesfull with this integration? I have similar task now (payment in mobile app), can you post some general guideline ? My app is also using server, so I could process all payment transactions from server.

                Best Regards
                Marek

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved