授权.net mac API
我在 MAC OSX 10.6.6 中构建了一个 kiosk 环境,我想在 PC 用户开始使用该系统之前向他收费。我已提出申请。我想使用authorize.net 进行身份验证。根据我的搜索,CIM SOAP 是我应该使用的方法。
我的问题是,authorize.net 上是否有可用的 Web 服务,我可以在其中发送 xml 文件并期望得到响应。?如果没有,我还有什么其他选择?
提前致谢。如果有任何示例代码或参考,请告诉我(适用于 MAC)
I have built a kiosk environment in MAC OSX 10.6.6 and i wanto charge a PC user before he starts using the system. i have the application made. I wanto use authorize.net for authenticating. With what i have searched, CIM SOAP is the method i should use.
My question is is there any webservice available on authorize.net where i can send a xml file and expect a response .? If not, what other options do i have??
thanks in advance. If any sample code or reference is there, let me know( FOR MAC)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
平台无关,因此无论您在什么环境中使用它,它都可以是 Mac、PC、POS 系统或网站等。
Authorize.Net 的 API与 authorize.net/t5/News-and-Announcements/New-XML-API-for-Transaction-Processing/td-p/6402" rel="nofollow">AIM API 有一个用于处理交易的 XML 接口。您可以获得开发人员帐户来测试您的集成。他们还提供示例代码来帮助您入门。
Authorize.Net's API is platform agnostic so it doesn't matter what environment you use it in. It can be a Mac, PC, POS system, or website, etc.
Their AIM API has an XML interface for processing transactions. You can get a developer's account to test your integration with. They also offer sample code to get you started.