gpt4 book ai didi

payment-gateway - 沙盒中的 Authorize.net 信用卡收费在响应中返回 refTransID 为空

转载 作者:行者123 更新时间:2023-12-01 13:45:00 24 4
gpt4 key购买 nike

我在 Authorize.net 中使用沙箱帐户并处理信用卡收费。这是我的回应:

{ createTransactionResponse:
{ 'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
'xmlns:xsd': 'http://www.w3.org/2001/XMLSchema',
xmlns: 'AnetApi/xml/v1/schema/AnetApiSchema.xsd',
messages: { resultCode: 'Ok', message: [Object] },
transactionResponse:
{ responseCode: '1',
authCode: '******',
avsResultCode: 'Y',
cvvResultCode: 'P',
transId: '**********',
refTransID: null,
transHash: '************************',
testRequest: '0',
accountNumber: 'XXXX0000',
entryMode: 'Keyed',
accountType: 'AmericanExpress',
messages: [Object] } } }

为什么 refTransIDnull?我需要这个值来处理退款。

最佳答案

来自手册:

Transaction ID of the original partial authorization transaction. Required only for refundTransaction, priorAuthCaptureTransaction, and voidTransaction. Do not include this field if you are providing splitTenderId

因此,除非您正在进行拆分投标交易,否则您不需要此字段进行退款。

关于payment-gateway - 沙盒中的 Authorize.net 信用卡收费在响应中返回 refTransID 为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36557534/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com