使用 Authorize.Net API 检索 ARB 订阅
是否可以使用 Authorize.Net 提供的 API 来检索或搜索自动定期计费 (ARB) 订阅列表?高级 API 似乎只允许创建、更新或取消现有的 ARB 订阅。快速浏览一下高级集成方法 (AIM) API 并不能(清楚地)表明这是否可行。
我已经编写了一个以 HttpWebRequest/Response、ASP.NET POST 劫持、SGML 解析和 XML DOM 遍历为中心的实现,但我更喜欢一个不依赖数据抓取的正确解决方案(我目前正在做的事情)。目前的实施有点慢。
如果还不是很明显,我正在使用 C# 和 Authorize.Net ARB/CIM API,尽管我确实在寻找一个利用任何可用 API 的(更好)解决方案。
参考文献:
Is it possible using the APIs provided by Authorize.Net to retrieve or search for a list of automated recurring billing (ARB) subscriptions? The high-level APIs only appear to allow for creating, updating, or cancelling existing ARB subscriptions. A quick look at the advanced integration method (AIM) APIs do not indicate (clearly) if this is possible.
I have already written an implementation centered around HttpWebRequest/Response, ASP.NET POST hijacking, SGML parsing, and XML DOM traversal, but I would prefer a proper solution that doesn't rely on data scraping (what I am currently doing). That, and the current implementation is a bit slow.
If it's not already apparent, I am utilizing C# and the Authorize.Net ARB/CIM API, although I am really looking for a (better) solution that utilizes any available API.
References:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。他们目前不通过 API 或控制面板提供此服务。
No. They do not currently offer this through an API or through their control panel.