dsieyx2015 2011-10-21 17:12
浏览 48
已采纳

使用Authorize.Net的直接发布方法将信用额发布到帐户。

I'm using Authorize.Net's Direct Post Method (DPM) to process credit card transactions. I am not able to process credits (x_type = 'CREDIT') through DMP and Auhtorize.Net support loosely told me it's not possible and that I must use the AIM method or the Virtual Terminal for processing refunds. I don't want to use the AIM method because it puts our business within scope of PCI requirements and I don't want to use the virtual terminal because it adds a lengthy step in the selling workflow. Has anyone solved this problem, or even encountered this problem?

  • 写回答

1条回答 默认 最新

  • douguai4653 2011-10-21 17:24
    关注

    Using AIM for credits does not cause PCI issues because you're not handling the credit card information. All you need to do is send back the transaction ID and last four digits of the card number through AIM and the credit will be issued. See page 14 of the AIM guide for how credits are done.

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

报告相同问题?

悬赏问题

  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题