使用他们文档中的 payflowlink 示例并将其更改为我的 payflow 帐户信息,我得到以下代码:
<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.
有任何想法吗?