dpb35161 2012-05-24 10:02
浏览 51
已采纳

在PayPal中使用TransactionSearch的X-PAYPAL-AUTHORIZATION标头

I'm using the PayPal API to Request Permissions from a merchant to access certain parts of their accout. One of these is the TransactionSearch method.

Normally using TransactionSearch is possible only when providing a USER, PWD, and SIGNATURE. However, I don't have access to that information from a merchant when using PayPal's Permissions service. The only information I have consists of:

  • a request token,
  • a verification code,
  • an access token,
  • a token secret
  • the generated signature (I'm assuming I generated this correctly)

Using this information, I put together the following X-PAYPAL-AUTHORIZATION header:

X-PAYPAL-AUTHORIZATION:timestamp=1337848711, token=DmyRT4TygwxPvfNExkH29I53S1il6yTmsJFwXRT7jLjaYyezOfUmnQ, signature=sphzCP0H47JTDJS8uuMsqWHAIAo=

So in the case of TransactionSearch, how can I use the information above to get the transactions I'm looking for? I can, of course, use my own USER, PWD, and SIGNATURE, but that only gives me my own transactions, even if I user the X-PAYPAL_AUTHORIZATION header. I need those of the merchant who I just got permissions from.

  • 写回答

1条回答 默认 最新

  • doubingguan3425 2012-05-29 14:55
    关注

    If you are acting on behalf of a third party, you need to include a SUBJECT field in your data request and pass the email of the third party merchant. If you have authenticated with this merchant, you should get their information. In Python (sorry - don't have a PHP example) these are the fields I'm passing in as part of my data (not my header). My header is empty.

    return [('VERSION', self.api_version),  # This is 84 for me.
            ('user', self.api_username),  # This is *your* username.
            ('PWD', self.api_password),  # This is *your* password
            ('SIGNATURE', self.api_signature),  # This is *your* signature.
            ('SUBJECT', self.subject)]  # This is the third party's email.
    

    Note that this doesn't use the key at all, which is sort of out of the ordinary.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵