The .Net version SDK and Demo of XorPay, a personal payment (WeChat, Alipay) solution.
Online demonstration Demo
The Alipay/WeChat payment interface available to individuals supports in-person payment/NATIVE/JSAPI/cashier/mini program/WAP/H5 and other payment methods. Funds are automatically issued to personal bank cards through Alipay/WeChat official D1 settlement.
View official website
When using the project for the first time, remember to configure aid and app_secret in the PayConfig.cs file under the XorPay.SDK folder. It is best to test on the server side.
Project opening prompt: "The NuGet packages referenced by this project are missing on this computer. Use "NuGet Package Restore" to download these packages. For more information, see...", open the VS menu: Tools > NuGet Package Manager > Manage the NuGet package of the solution. Click Restore at the top to download and restore it online, or right-click the project solution in the Solution Explorer and select Restore NuGet package.