简体   繁体   English

如何通过SOAP API“解决” AVS事务?

[英]How to “settle” AVS transactions via the SOAP API?

I integrated our site with Cybersource using the SOAP API. 我使用SOAP API将网站与Cyber​​source集成在一起。 Everything works perfectly but I am trying to see if I am able to settle an AVS transaction via the API. 一切正常,但我试图查看是否能够通过API结算AVS事务。 In the Cybersource Business Center you are able to view an AVS transaction. 在Cyber​​source商业中心中,您可以查看AVS交易。 There is the ability to "settle" the transaction from that view. 可以从该视图“结算”交易。 How can I use this via the SOAP API? 如何通过SOAP API使用它?

The reason I need this is I'm building the Cybersource integration with our CRM so our staff doesn't have to log into 2 different systems to do their work. 我之所以需要这样做,是因为我正在与我们的CRM建立Cyber​​source集成,因此我们的员工不必登录两个不同的系统即可完成工作。 The thinking is that they would process all transactions on the CRM with the integration. 他们的想法是,他们将通过集成处理CRM上的所有交易。 Since I would be saving transaction data on my end as well, I am able to create custom reports for them. 由于我也将保存交易数据,因此我能够为其创建自定义报告。 One of them is an AVS report in which it was requested that they have the ability to "settle" the transaction just like how they are able to from the Cybersource Business Center. 其中之一是AVS报告,其中要求他们具有“解决”交易的能力,就像他们从Cyber​​source商业中心获得的能力一样。

I found this document helpful in creating my own SOAP API integration: 我发现该文档对创建自己的SOAP API集成很有帮助:

http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SO_API/Credit_Cards_SO_API.pdf http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SO_API/Credit_Cards_SO_API.pdf

The fieldnames for CyberSource's "Simple Order API" are the same as the ones you need to use for the "SOAP Toolkit API". Cyber​​Source的“简单订单API”的字段名与“ SOAP Toolkit API”所需的字段名相同。 So, in order to settle a an authorization that failed its AVS check, you simply need to provide the authorization request ID to settle it like you would any other authorization. 因此,为了结算未通过AVS检查的授权,您只需要像其他任何授权一样提供授权请求ID即可对其进行结算。 Do this in the ccCaptureService_authRequestID field along with all of the other required fields. 在ccCaptureService_authRequestID字段以及所有其他必填字段中执行此操作。 As long as the authorization in question has an authorization code, you should be able to settle it. 只要所涉及的授权具有授权码,您就应该能够解决它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM