خوب بد از این کار من باید اطلاعات به این صورت به سمت بانک بفرستم
string Link = "?RefNo=" + RefNumber + "?PaymentId" + PaymentId + "?Amount" + Amount + "?ProdDesc" + ProdDesc + "?MerchantCode" + MerchantCode + "?Currency" + Currency + "?Signature" + Signature + "?ResponseURL" + ResponseURL + "?BackendURL" + BackendURL + "?UserEmail" + email + "?UserContact" + contact ;
return Redirect(ConfigurationManager.AppSettings["urlSubmitPayment"] + Link);
این کار امنیت اطلاعات داره یعنی اگه کسی لینک دستکاری کنه یعنی قیمت تغییر بعده .... آیا راه بهتری هست ؟
من به این صورت عمل کردم اما این خطا داد ...
کد HTML:
The return page URL not existThe merchant code not supply or the merchant code not exist
Please make sure the Merchant Code send to Mobile88 is correct