payment-gateway - 简单的 paisa 支付网关集成错误

标签 payment-gateway payment

我需要帮助,因为在处理 EasyPaisa 支付网关集成时遇到错误。

我们在 EasyPaisa 上有一家商店,并收到了如何集成的付款集成指南。

他们提到通过发布以下表格https://easypay.easypaisa.com.pk/easypay/Index.jsf

<form action="https://easypay.easypaisa.com.pk/easypay/Index.jsf" method="POST" target="_blank">
<! -- Store Id Provided by Easypay-->
<input name="storeId" value="43" hidden = "true"/>
<! -- Amount of Transaction from merchant’s website -->
<input name="amount" value="10" hidden = "true"/>
<! – Post back URL from merchant’s website -- >
<input name="postBackURL" value=" http://www.my.online-store.com/transaction/MessageHandler" hidden = "true"/>
<! – Order Reference Number from merchant’s website -- >
<input name="orderRefNum" value="1101" hidden = "true"/>
<! – Expiry Date from merchant’s website (Optional) -- >
<input type =”hidden” name=”expiryDate” value=”20140606 201521”>
<! – Merchant Hash Value (Optional) -- >
<input type =”hidden” name=”merchantHashedReq” value=”askldjflaksdjflkasdf======asdfas dfkjaskdf”>
<! – If Merchant wants to redirect to Merchant website after payment completion (Optional) -- >
<input type =”hidden” name=”autoRedirect” value=”0”>
<! – If merchant wants to post specific Payment Method (Optional) -- >
<input type =”hidden” name=”paymentMethod” value=”0”>
<! – If merchant wants to post specific Payment Method (Optional) -- >
<input type =”hidden” name=”emailAddr” value=”test.abcd@abcd.com”>
<! – If merchant wants to post specific Payment Method (Optional) -- >
<input type =”hidden” name=”mobileNum” value=”03325241789”>
<! – This is the button of the form which submits the form -- >
<input type = “image” src=”checkout-button-with-logo.png border=”0” name= “pay”>
</form>

当我使用我们的 storeId 提交此表单时,easypaisa 网站上出现以下错误

Easy Paisa Description about error

任何帮助是我错过了一些东西

最佳答案

您的表单输入错误,这就是它不起作用的原因。

您只需更改它并检查它是否有效。

<! – If merchant wants to post specific Payment Method (Optional) -- >

Replace this:

<input type =”hidden” name=”paymentMethod” value=”0”>

<! – If merchant wants to post specific Payment Method (Optional) -- >

By one of the following.

1. For Mobile Account:

<input type ="hidden" name="paymentMethod" value="MA_PAYMENT_METHOD">


2. For Retailer/Shop Account:

<input type ="hidden" name="paymentMethod" value="OTC_PAYMENT_METHOD/">


3. For Credit/Debit Card:

<input type ="hidden" name="paymentMethod" value="CC_PAYMENT_METHOD">


我有同样的问题,但是当我尝试这个时,它对我有用。

关于payment-gateway - 简单的 paisa 支付网关集成错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40798851/

相关文章:

php - 将 PayPal 返回 URL 设置为本地主机

java - Paypal 与 java 集成

c# - 如何实现 CCAvenue 支付网关选项

php - laravel 5.5 中的 payhere 支付网关集成

web-applications - 网站如何确定信用卡号是否有效?

php - 定期付款 Paypal Express Checkout .....

Paypal 快速结帐

android - 通过应用内结算获取谷歌分析税

ruby-on-rails - 使用 post 参数重定向到支付 URL

google-maps - Google 即用即付价格