付款流链接中用于生成报告的CustCode字段



我已经集成了贝宝payflow链接Api,如下所示。我正在尝试在订单中添加自定义字段CustCode。我想在报告中显示那个CustCode和其他列。我已经添加了字段,但它没有显示在贝宝管理器的报告中。有人能告诉我我们是否可以在payflow链接集成中添加该字段吗。如果是,我下面的代码中有什么错误。

   <html>
   <head>
   <title>my First Pay Pal</title>
   </head>
   <body>
      <form id="FOP" name="FOP" method="POST" action="https://payflowlink.paypal.com">
      <input type="hidden" id="LOGIN" name="LOGIN" value=''>
      <input type="hidden" id="PARTNER" name="PARTNER" value=''>
      <input type="hidden" name="DESCRIPTION" value="Order description here">
      <input type="text" name="AMOUNT" value="10.00">
      <input type="hidden" name="TYPE" value="S">
      <input type="hidden" name="MODE" value="Test">
      <input type="hidden" name="NAME" value="test2">
      <input type="hidden" name="ADDRESS" value="test2 address">
      <input type="hidden" name="CITY" value="test city">
      <input type="hidden" name="STATE" value="test2 state">
      <input type="hidden" name="ZIP" value="test2 zip">
      <input type="hidden" name="COUNTRY" value="test2 country">
      <input type="hidden" name="COMMENT1" value="test2 country">
      <input type="hidden" name="COMMENT2" value="test2 country">
      <input type="hidden" name="CUSTCODE" value="">
      <input type="submit" value="Click Here to Purchase">
      </form>
     </body>

最好使用COMMENT1和COMMENT2进行报告。就"CUSTCODE"而言,它与依赖于处理器的L2和L3数据有关。我建议您使用变量"INVNUM"one_answers"PONUM"进行报告。

最新更新