Microtransactions

This page aims to inform you on the process of incorporating microtransactions into the game.

Nuget Tools Needed

Before going into following all the instructions you will first need to navigate to Tools-> Nuget Packages -> Manage Nuget packages -> Browse

From here you need to install

  • Stripe.net

  • Windows ASP.Net Core

These will give you the tools needed to carryout these operations

Content

  1. Payment service used and what happens there

Stripe
  1. Adding a server to use the API

Server into the Project
  1. Code used in the forms to trigger this

Code Examples

Last updated