Why do I keep getting a 403 forbidden with PayPal?

后端 未结 1 1121
天涯浪人
天涯浪人 2020-12-19 06:45

I integrated with PayPal using the HTML Forms method for accepting payments on my website. When a user selects PayPal as a payment option on checking out, I redirect them to

相关标签:
1条回答
  • 2020-12-19 07:16

    Try passing a "User-Agent: XXXXXXXXXXXXXXXX" HTTP header in your notify-validate request, where XXXXXX.. is any string > 5 characters

    edit: newer documentation on this point

    0 讨论(0)
提交回复
热议问题