ドキュメントの 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.
何か案は?