Token Discount Payments
NFT & SFT Payment Discount enables the developer to accept payments and provide a discount if the user owns an NFT from a specified collection, otherwise, the full price is charged.
How it Works
Developer specifies an NFT collection or an SPL mint address for an SFT as the verification target. mtnAPI uses the index API to query all the NFTs and SFTs in the user's wallet.
mtnAPI verifies whether an NFT belongs to a collection or an SFT belongs to a specific SPL token address.
If mtnAPI validates the above, there is a program with instruction included in the transaction that verifies NFT or SFT collection on-chain to provide a trusted solution.
If verification is true, the purchase amount will be discounted (if they have the tokens)
Instructions for verification are only included in the transaction if the query finds NFT or SFT in the user's wallet. The payment amount is discounted by a set percentage agreed upon by the merchant and sent to the merchant's wallet. Then, the payment is carried out in the token type specified in the inputType parameter.
If the verification process fails, the transaction is successful, but there is no discount, and the user pays the full price.
Make sure you are following the rules of the API!
Example (20% Discount Payment)
Last updated