Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用Authorize.Net不收费_Python_Python 3.x_Authorize.net - Fatal编程技术网

Python 使用Authorize.Net不收费

Python 使用Authorize.Net不收费,python,python-3.x,authorize.net,Python,Python 3.x,Authorize.net,使用Authorize.Net我得到了这样的回应 <?xml version="1.0" encoding="utf-8"?> <createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSch

使用Authorize.Net我得到了这样的回应

<?xml version="1.0" encoding="utf-8"?>
<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">
    <refId>ven-730</refId>
    <messages>
        <resultCode>Ok</resultCode>
        <message>
            <code>I00001</code>
            <text>Successful.</text>
        </message>
    </messages>
    <transactionResponse>
        <responseCode>1</responseCode>
        <authCode>N4WBHD</authCode>
        <avsResultCode>Y</avsResultCode>
        <cvvResultCode>P</cvvResultCode>
        <cavvResultCode>2</cavvResultCode>
        <transId>some_id</transId>
        <refTransID>some_ref</refTransID>
        <transHash />
        <testRequest>0</testRequest>
        <accountNumber>XXXX1602</accountNumber>
        <accountType>MasterCard</accountType>
        <messages>
            <message>
                <code>1</code>
                <description>This transaction has been approved.</description>
            </message>
        </messages>
        <transHashSha2 />
    </transactionResponse>
</createTransactionResponse>

但是信用卡不收任何费用。问题出在哪里?由于万事达卡/不同的国家/其他原因?

一个小时不足以看到交易进入收费账户。在与处理银行结算之前,交易实际上不会成为正式交易。交易每天结算一次,通常是在傍晚。此时,您将看到交易显示在信用卡上。

此处没有足够的信息。你在生产吗?还是使用沙箱帐户?你确认交易已经结算了吗?你是如何检查这张卡是否收费的?你等了多久?@johncode 1)在制作中2)我不知道如何确认交易已经结算3)我正在使用网上银行检查卡上的金额4)大约一个小时