Skip to content

Instantly share code, notes, and snippets.

1. Cấu hình thông tin VNPAY trong appsettings.json
"VnPayConfig": {
"TmnCode": "VSTBRNA9",
"HashSecret": "K7FZ34WQ69Z060J60IGJTWH4H4UK4JQA",
"Url": "https://sandbox.vnpayment.vn/paymentv2/vpcpay.html",
"ReturnUrl": "http://dotnet.resip.io.vn/checkout/vnpay-return",
"IpnUrl": "http://dotnet.resip.io.vn/checkout/vnpay-ipn"
},