【发布时间】:2016-08-02 03:17:11
【问题描述】:
我在 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] } } }
为什么refTransID 是null?我需要这个值来处理退款。
【问题讨论】:
标签: payment-gateway sandbox credit-card authorize.net