什么应该是第一个数据商户网关的时间戳?

时间:2014-10-30 20:21:18

标签: php integration gateway firstdata

我正在将First Data Merchant Gateway整合到我的网站中。我用当前时间戳生成了价格的哈希值。现在我遇到的问题是在一段时间之后我认为价格的哈希值到期并且网关页面给我错误。

  
    

无法继续付款

  
We cannot proceed with payment because of technical difficulties.    
Please try again later or contact customer support at Exomind LLC.

我的表格就像

        <input name="x_login" value="WSP-EXO-X-XXXXXXXXXX" type="hidden">
        <input name="x_amount" value="99.99" type="hidden">
        <input name="x_fp_sequence" value="142352009847534" type="hidden"> 
        <input name="x_fp_timestamp" value="1414699123" type="hidden"> 
        <input name="x_fp_hash" value="fff641981dbe76e74f243f04bbe3c630" type="hidden">
        <input name="x_currency_code" type="hidden" value="USD" />
        <input name="x_show_form" value="PAYMENT_FORM" type="hidden">
        <input name="x_relay_response" value="TRUE" type="hidden">

        <input type = "image" src ="//content.authorize.net/images/buy-now-blue.gif" />

请告诉我我错过了什么。

0 个答案:

没有答案