Paynet Integration
Integrate your services with paynet
dotnet add package Integration.PaymentGateways.Paynet
Configure your credentials which are given by paynet
using Integration.PaymentGateways.Paynet.Infrastructure.PaymentIntegration.Models.Request;
var paynetPaymentIntegration = new PaynetPaymentIntegration(
secretKey: "secretKey",
isInProduction: false);
tip
You have to get your secretKey from paynet.