我正在使用 Paypal 网站支付标准来订阅我的网站。这是我转储的 Paypal 中传递的变量。我正在使用 post 方法将此值传递给“ https://www.sandbox.paypal.com/cgi-bin/webscr ”。
Field Name Value
a3 19.99
business [email]
cancel_return http://example.com
cmd _xclick-subscriptions
currency_code USD
custom This is custom
invoice [invoice]
item_name Account
item_number 21
no_note 1
no_shipping 1
notify_url http://example.com/ipn
p3 1
return http://example.com/success
rm 2
sra 1
src 1
srt 1
t3 D
现在问题是Paypal显示错误:
您用于进入 PayPal 系统的链接无效。
请查看链接并重试。任何人都知道如何解决这个问题?