问题描述
如何在authorize.net中查询用户进行的交易是已结算还是未结算.我使用的是AIM.我想通过编码.当交易完成时,我找不到交易状态.但我想知道它是用于已结算还是未结算的交易.提前致谢.
How Can I find whether the transaction made by user is settled or Unsettled in the authorize.net.I am using AIM.I want to get through coding.When the transaction is completed and I cant find transaction status.But I want to get whether it goes for settled or unsettled transaction.Thanks in advance.
推荐答案
您无法通过编码获得此信息,因为没有 API Authorize.Net 提供允许这样做.它只能通过控制面板完成.当您处理交易并获得批准时,您可以假设交易未结算.交易每天结算一次,通常在太平洋时间午夜左右.之后,您可以假设交易已结算.
You cannot get this information through coding as no API Authorize.Net offers allows for this. It can only be done through the control panel. When you process a transaction and it is approved you can assume the transaction is unsettled. Transactions are settled once per day usually around midnight Pacific Time. After that you can assume a transaction is settled.
这篇关于如何在 Authorize.net 中找到交易已结算/未结算?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!