Paypal订阅错误:您用于进入Pay​​Pal系统的链接无效.请查看该链接,然后重试

Maz*_*med 3 paypal subscription paypal-subscriptions paypal-sandbox

我正在使用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
Run Code Online (Sandbox Code Playgroud)

现在问题是Paypal显示错误:

您用于进入Pay​​Pal系统的链接无效.

请查看该链接,然后重试.谁知道如何解决这个问题?

ubi*_*hey 8

不要使用srt = 1.使用srt设置订阅应续订的次数.1没有任何意义,因为一次发生的定期付款不是经常性付款.如果它是1,请将srt关闭,并且在有人取消之前它将默认重复.