Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划使用 PayPal 标准结帐的 PDT 功能重定向到我选择的页面,该页面带有一个用 PHP 编写的变量以隐藏显示源页面。然而,他们声称澄清此问题的手册没有任何内容,而是关于 Paypal 专业付款计划。
我不确定我是否完全理解您的问题,但 PDT 将与 Website Payments Standard 一起使用,它不会与 Website Payments Pro 一起使用。基本上,PDT 会将信息返回到您设置的页面,然后您将 POST 回 PayPal 以验证数据。PDT 通过 GET 方法返回信息/变量。