Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What to use for mac/win Qt Widgets in-app purchases?
QtWS25 Last Chance

What to use for mac/win Qt Widgets in-app purchases?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 325 Views
  • 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.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    What do you all use? Note this is for Widgets, not QML, and it's for mac/windows, not android, and not the mac app store.

    I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?

    raven-worxR 1 Reply Last reply
    0
    • D davecotter

      What do you all use? Note this is for Widgets, not QML, and it's for mac/windows, not android, and not the mac app store.

      I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?

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

      @davecotter said in What to use for mac/win Qt Widgets in-app purchases?:

      I would LIKE to enable Paypal payments / subscriptions, and do it in-app, NOT on a web site. but how?

      use the Paypal REST Api or open a QtWebEngine in your application which handles the paypal communication and it's display.

      The REST API doesnt come with a C++ api though, you would have to implement it yourself using QNetworkAccessManager and QtNetworkAuthorization modules.

      --- 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

      1 Reply Last reply
      5

      • Login

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