doujia5863 2013-06-16 07:21
浏览 55

Authorize.net获得订户的最后一笔付款交易

I am using Authorize.net ARB to process my payments the thing here is that my SilentPost was not working for 1 week because of some fatal errors on my server so therefore all the transactions that were made from Authorize.Net were not recorded in my database.

I just wanted to know if there is a way to get a subscriber's last payment transaction using AuthnetARB.

I know there's this part of the ARB API called ARBGetSubscriptionStatusRequest which I can call, the problem with this is it only returns this values:

<ARBGetSubscriptionStatusResponse xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
 <refId>Sample</refId>
 <messages>
 <resultCode>Ok</resultCode>
 <message>
 <code>I00001</code>
 <text>Successful</text>
 </message>
 </messages>
 <Status>active</Status>
</ARBGetSubscriptionStatusResponse>

As you can see there's no part where it tells me how much the subscriber paid and the payment date. I wanted those information since for me those are the most important.

I also found this link http://www.authorize.net/support/ReportingGuide_XML.pdf, but I think that is not ARB API, because that is Merchant Web Services API. I'm not just sure.

Anyway, I am looking for an Authorize.net ARB API that asks for a subscriber ID since I am storing the subscriber ID in my database, then returns the amount and payment date. Is there a way to do that?

Your help would be greatly appreciated!

Thanks!

  • 写回答

1条回答 默认 最新

  • duanditang2916 2013-06-16 12:46
    关注

    The reporting API is exactly what you'll need to get the information you seek. It can give you the information about the transactions you're missing. You would use getSettledBatchListRequest to get the list of the batches in the time period where you had your server issues and then make multiple calls to getTransactionListRequest and then ultimately getTransactionDetailsRequest to get the transaction information originally sent via silent post.

    评论

报告相同问题?

悬赏问题

  • ¥15 使用yolov5-7.0目标检测报错
  • ¥15 对于这个问题的解释说明
  • ¥200 询问:python实现大地主题正反算的程序设计,有偿
  • ¥15 smptlib使用465端口发送邮件失败
  • ¥200 总是报错,能帮助用python实现程序实现高斯正反算吗?有偿
  • ¥15 对于squad数据集的基于bert模型的微调
  • ¥15 为什么我运行这个网络会出现以下报错?CRNN神经网络
  • ¥20 steam下载游戏占用内存
  • ¥15 CST保存项目时失败
  • ¥20 java在应用程序里获取不到扬声器设备