php – Authorize.net CIM – 无效/退款交易
作者:互联网
我正在使用带有PHP的CIM.我正在尝试退款/取消交易.
>在某些地方是否有关于使用CIM排除和退款交易的明确文件?
>我的理解是,交易无法退款
“定居”.我认为这发生在某个不确定的时期
将来的时间,所以有一些句子
文件在哪里说如果需要退款我
应该只是尝试使事务无效,如果失败则假设
它已经解决了,所以请尝试退款.它是否正确?
>退款交易有没有到期日?
解决方法:
Is there some clear documentation somewhere about voiding and refunding transactions with CIM?
参见CIM Guide的第48页
My understanding is that a transaction can’t be refunded until it is “settled”. I assume this happens at some indeterminate period of time in the future, and so there was a sentence in some documentation somewhere saying that if a refund is necessary I should simply try to void the transaction and if that fails assume it is settled, and so try a refund. Is this correct?
交易每晚都有结算,因此您可以安全地假设交易已经结算.所以经验法则是如果要退还的交易发生在太平洋标准时间午夜之前,你需要取消它.如果在此之后发生,您需要退款.
Is there any expiry date for refund a transaction?
六个月.之后,Authorize.Net将不允许它通过以防止他们的系统被用作支付服务.
标签:php,in-app-billing,credit-card,authorize-net 来源: https://codeday.me/bug/20190709/1412375.html