Paypal付款人ID

2024-10-05 12:17:55 发布

您现在位置:Python中文网/ 问答频道 /正文

我有几个关于贝宝付款人ID的问题

  1. 我想把顾客的身份证作为收款人退回商店吗?我想为客户提供额外的便利,不输入付款方式(类似信用卡)。如果我将付款人id保存在服务器中,是否存在任何法律问题?在
  2. 我基于Paypal REST API reference(Python方法)创建了这个程序。我创建了自己的python程序。但我被困在第四步,共五步。在

payer_id = "" # Payer ID is collected from the Paypal. I filled in my number

payment = paypalrestsdk.Payment.find(payer_id)

Response[404]: Not Found, Duration: 0.572563s

我不知道如何解决404问题。谢谢你的帮助。

提前谢谢


Tags: 程序服务器restid客户方式信用卡paypal

热门问题