Request
method: POST
uri: https://api2.authorize.net/xml/v1/request.api
user-agent: WooCommerce-Authorize.Net-Gateway/3.10.10 (WooCommerce/9.8.5; WordPress/6.8.1)
headers: Array
(
[content-type] => application/xml
[accept] => application/xml
)
body: <?xml version="1.0" encoding="UTF-8"?>
<getMerchantDetailsRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>***********</name>
<transactionKey>****************</transactionKey>
</merchantAuthentication>
</getMerchantDetailsRequest>
duration: 0.36322s
Response
code: 200
message: OK
headers: Array
(
[cache-control] => no-cache, no-store, max-age=0
[pragma] => no-cache
[content-type] => application/xml; charset=utf-8
[expires] => -1
[x-opnet-transaction-trace] => 6406a885-c20a-4511-aa68-583730855a82-54500-42921993
[strict-transport-security] => Array
(
[0] => max-age=31536000
[1] => max-age=31536000; includeSubDomains
)
[access-control-allow-credentials] => true
[access-control-allow-headers] => x-requested-with,cache-control,content-type,origin,method,SOAPAction
[access-control-allow-methods] => PUT,OPTIONS,POST,GET
[access-control-allow-origin] => *
[x-download-options] => noopen
[x-cnection] => close
[date] => Fri, 06 Jun 2025 10:16:51 GMT
[content-length] => 1639
)
body: <?xml version="1.0" encoding="utf-8"?>
<getMerchantDetailsResponse>
<messages>
<resultCode>Ok</resultCode>
<message>
<code>I00001</code>
<text>Successful.</text>
</message>
</messages>
<isTestMode>false</isTestMode>
<processors>
<processor>
<name>TSYS Acquiring Solutions</name>
<id>4</id>
<cardTypes>
<cardType>A</cardType>
<cardType>D</cardType>
<cardType>J</cardType>
<cardType>M</cardType>
<cardType>V</cardType>
</cardTypes>
</processor>
</processors>
<merchantName>Never Again Tactical</merchantName>
<gatewayId>2649108</gatewayId>
<marketTypes>
<marketType>eCommerce</marketType>
</marketTypes>
<productCodes>
<productCode>CNP</productCode>
</productCodes>
<paymentMethods>
<paymentMethod>AmericanExpress</paymentMethod>
<paymentMethod>Discover</paymentMethod>
<paymentMethod>JCB</paymentMethod>
<paymentMethod>MasterCard</paymentMethod>
<paymentMethod>Visa</paymentMethod>
</paymentMethods>
<currencies>
<currency>USD</currency>
</currencies>
<publicClientKey>3XEJ8K983AteTGhP852z7BvNdq6V2JVx2eN3fbHuW2s26E5CrdbQavzn9Cmkg23z</publicClientKey>
<businessInformation>
<company>Never Again Tactical</company>
<address>16638 W Roosevelt St</address>
<city>Goodyear</city>
<state>AZ</state>
<zip>85338</zip>
<country>US</country>
<phoneNumber>928-436-1938</phoneNumber>
</businessInformation>
<merchantTimeZone>America/Phoenix</merchantTimeZone>
<contactDetails>
<contactDetail>
<email>neveragaintactical@gmail.com</email>
<firstName>Patrick</firstName>
<lastName>Stoner</lastName>
</contactDetail>
</contactDetails>
</getMerchantDetailsResponse>
Reviews
There are no reviews yet.