我一直在尝试使用 Payeezy 网关对付款进行预授权,但似乎无法正常工作。
尝试使用API引用,但无法在我的响应中找到令牌以进一步使用!
任何有关Payeezy预授权流程的帮助?提前致谢!
<form action="https://demo.globalgatewaye4.firstdata.com/pay" method="POST" name="myForm" id="myForm">
<input name="x_login" value="XXX" type="hidden">
<input name="x_amount" value="0" type="hidden">
<input name="x_fp_sequence" value="FP_SEQUENCE" type="hidden">
<input name="x_fp_timestamp" value="FP_TIMESTAMP" type="hidden">
<input name="x_fp_hash" value="FP_HASH" size="50" type="hidden">
<input name="x_currency_code" value="FP_HASH" type="hidden">
<input name="x_gateway_id" value="GATEWAY_ID" type="hidden">
<input type="hidden" name="x_show_form" value="PAYMENT_FORM"/>
<input name="x_type" value="AUTH_ONLY" type="hidden">
</form>