EXE application on Microsoft Store - how to handle payment

Laveau, Adrien 41 Reputation points
2022-11-09T16:00:02.87+00:00

Dear community,

I am about to have my win32 EXE desktop application published on the Microsoft store. The application can be installed by anyone but is protected via a license system.
I learnt today that Microsoft Store does not handle payment for this kind of product. They told me I have to use a 3rd party payment handler.

My workflow as I imagine it is the following :

  • user installs my software from the Microsoft store
  • a first start my application tell the user to send a license creation request
  • user receives a link (via mail ?) to pay for the kind of license he needs
  • Once I have confirmation they payment has been done - i send the license to the user
  • user can work

Then every X months the payment handlers sends me the benefits of the sales minus its fees.

My questions :

  • Is this correct to imagine this kind of work flow ?
  • Is this how other software are doing
  • What kind of 3rd party payment handler exist on the market

Regards

Microsoft Partner Center | Other
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.