# Payingame ## Docs - [Allowance](https://docs.payingame.io/api-reference/allowancepage/allowance.md): This page will allow users to mint allowances that are created through the AwardTokens API - [Update Attributes](https://docs.payingame.io/api-reference/endpoint/attributes.md) - [Award Tokens](https://docs.payingame.io/api-reference/endpoint/awardtokens.md) - [Single Item](https://docs.payingame.io/api-reference/endpoint/item.md) - [Items](https://docs.payingame.io/api-reference/endpoint/items.md) - [Languages](https://docs.payingame.io/api-reference/endpoint/languages.md) - [Tokens](https://docs.payingame.io/api-reference/endpoint/playertokens.md) - [Prices](https://docs.payingame.io/api-reference/endpoint/prices.md) - [Products](https://docs.payingame.io/api-reference/endpoint/products.md) - [Projects](https://docs.payingame.io/api-reference/endpoint/projects.md) - [Receipts](https://docs.payingame.io/api-reference/endpoint/receipts.md) - [Tokens](https://docs.payingame.io/api-reference/endpoint/tokens.md) - [UserToken](https://docs.payingame.io/api-reference/endpoint/usertoken.md) - [Payment Successful](https://docs.payingame.io/api-reference/endpoint/webhook.md): Triggered when a payment is completed (on web2 and/or web3). The receival url can be filled in for Test and production. See documentation on how to do so. - [Introduction](https://docs.payingame.io/api-reference/introduction.md): This section will provide you more info on how to attach your backend to Payingame. - [Payment](https://docs.payingame.io/api-reference/paymentpage/payment.md): Once you know the product id's you can point your game towards the payment page. - [Wallet](https://docs.payingame.io/api-reference/walletpage/wallet.md): If you want to make use of the NFT(s) in your product, you will need to know what the user has. In order to do so, you will need to integrate the Wallet page described below. - [Security](https://docs.payingame.io/api-reference/webhook/security.md): In order to provide extra security, you can receive an extra header in the webhook. This header lets you verify that the webhook was sent by Payingame, not a malicious third party. - [Security Verification](https://docs.payingame.io/api-reference/webhook/signature.md): Once the key is generated, its time to implement the verification on your end. - [Contracts](https://docs.payingame.io/payingame/contracts/contracts.md): Activating a contract is literaly clicking on a button. - [Introduction](https://docs.payingame.io/payingame/contracts/introduction.md): Payingame provides a unique way to enable different chains to interact with the same product. - [Tokens](https://docs.payingame.io/payingame/contracts/tokens.md): With Payingame, it has never been easier to create DB tokens and/or on any chain of your choice. - [Create Discount Codes](https://docs.payingame.io/payingame/discounts/creatediscount.md): If you ever want to provide discount codes to partners, influencers etc. then this is possible by creating discount codes. - [Edit Discount Codes](https://docs.payingame.io/payingame/discounts/editdiscount.md): Once a discount is available, you can always edit it later. - [Payment Page](https://docs.payingame.io/payingame/discounts/paymentwithvoucher.md): The system will automatically detect if a product can have a discount. - [Vouchers](https://docs.payingame.io/payingame/discounts/vouchers.md): Once the discount codes are created, the vouchers will be created. - [Fees Explained](https://docs.payingame.io/payingame/fees/feesexplained.md): As the dashboard will show some fees, this section will explain the meaning of them. - [Subscribe](https://docs.payingame.io/payingame/gettingstarted/subscribe.md): If you want to experience how easy it is to add payments or NFT(s) to your game or Saas solution, you first need to subscribe. - [Test Vs Production](https://docs.payingame.io/payingame/gettingstarted/testvsproduction.md): Payingame provides an easy way to switch from sandbox to production. - [Create a price](https://docs.payingame.io/payingame/prices/createprice.md): For each product, one or multiple prices can be created. - [Enable Crypto Payments](https://docs.payingame.io/payingame/prices/cryptopayments.md): If you want your products to be sold in crypto, you will need to follow this step. - [Edit a price](https://docs.payingame.io/payingame/prices/editprice.md): Prices can always be edited. - [Enable Fiat Payments](https://docs.payingame.io/payingame/prices/fiatpayments.md): To enable Fiat payments, we are working with Stripe to handle the payments. This means that credit card info is never stored on Payingame. - [Multiple Price schemes](https://docs.payingame.io/payingame/prices/multipleprices.md): You can create multiple price schemes for the same product. This means that a buyer will be able then to select out of these different prices. - [Create a product](https://docs.payingame.io/payingame/products/createproduct.md): Products are items that are attached to your project. It can be ingame items, NFT's or subscriptions. - [Edit a product](https://docs.payingame.io/payingame/products/editproduct.md): Once a product is available, you can always edit it later. - [Other functions](https://docs.payingame.io/payingame/products/otheritems.md): In the list of products, other items are available. - [Create a project](https://docs.payingame.io/payingame/projects/createproject.md): A Project is a container that will contain different products. For example, it can be a name of your game. This allows you to group your products per game title. - [Edit a project](https://docs.payingame.io/payingame/projects/editproject.md): Once a project is available, you can always edit it later. - [API Keys](https://docs.payingame.io/payingame/settings/apikeys.md): In order to be able to communicate with Payingame, an api key will need to be used. We provide two keys. One for test and one from production. The url will be the same, but by providing the api key, Payingame will know what needs to be returned. - [General Settings](https://docs.payingame.io/payingame/settings/generalsettings.md): Once logged on, you will be able to change your settings by clicking on the avatar on the right. A popup will appear. - [Security Settings](https://docs.payingame.io/payingame/settings/securitysettings.md): This screen will let you change your password and activate 2FA ## OpenAPI Specs - [openapi](https://docs.payingame.io/api-reference/openapi.json) ## Optional - [X](https://x.com/PAYINGAME01) - [Videos](https://www.youtube.com/@Payingame)