Payflow链接错误 - 令牌丢失

时间:2015-05-27 16:52:07

标签: paypal payflowlink

使用他们的文档中的payflowlink示例并将其更改为我的付费流帐户信息,我得到以下代码:

<form method="POST" action="https://payflowlink.paypal.com">
    <input type="hidden" name="LOGIN" value="dcmcs1">
    <input type="hidden" name="PARTNER" value="paypal">
    <input type="hidden" name="DESCRIPTION" value="Invoice">
    <input type="hidden" name="AMOUNT" value="5.00">
    <input type="hidden" name="TYPE" value="S">
    <input type="submit" value="Pay Invoice">
</form>

但是,我得到这个页面的通用响应,但没有说明缺少什么。

Some required information is missing or incorrect. Please correct the fields below and try again.

Error: Token is missing. Please return to the website from where you started your purchase and try again.

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

如果您是新客户,并且计划与PayflowLink集成。有两种方法 选项 - 1.将所有参数发布到Payflowlink(这是您正在尝试的) 选项 - 2.使用安全令牌(由于您的信息被隐藏和推荐,因此更安全)

您面临的错误是在Manager设置中启用了安全令牌。使用您的帐户凭据转到manager.paypal.com,然后转到帐户管理,然后进行托管页面设置,您必须禁用安全令牌。这将允许您按照选项1

中的方式启动