Request method: POST uri: https://api2.authorize.net/xml/v1/request.api user-agent: WooCommerce-Authorize.Net-Gateway/3.10.10 (WooCommerce/9.5.1; WordPress/6.7.2) 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.15089s
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 [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 [strict-transport-security] => max-age=31536000 [x-cnection] => close [date] => Thu, 24 Apr 2025 19:19:27 GMT [content-length] => 1773 ) 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>Global Payment</name> <id>7</id> <cardTypes> <cardType>A</cardType> <cardType>C</cardType> <cardType>D</cardType> <cardType>E</cardType> <cardType>J</cardType> <cardType>M</cardType> <cardType>V</cardType> </cardTypes> </processor> </processors> <merchantName>Rocky Mountain Graphics</merchantName> <gatewayId>2726666</gatewayId> <marketTypes> <marketType>eCommerce</marketType> </marketTypes> <productCodes> <productCode>CNP</productCode> </productCodes> <paymentMethods> <paymentMethod>AmericanExpress</paymentMethod> <paymentMethod>DinersClub</paymentMethod> <paymentMethod>Discover</paymentMethod> <paymentMethod>EnRoute</paymentMethod> <paymentMethod>JCB</paymentMethod> <paymentMethod>MasterCard</paymentMethod> <paymentMethod>Visa</paymentMethod> </paymentMethods> <currencies> <currency>USD</currency> </currencies> <publicClientKey>9465UsuG636Xk62Ah888T98CeD3mZ4kct63Ua6VLFLRaT2enGgKmWcedtA4JG3Y7</publicClientKey> <businessInformation> <company>Rocky Mountain Graphics</company> <address>3584 S 1950 W Ste 13</address> <city>West Valley City</city> <state>UT</state> <zip>84119</zip> <country>US</country> <phoneNumber>385-261-2928</phoneNumber> </businessInformation> <merchantTimeZone>America/Los_Angeles</merchantTimeZone> <contactDetails> <contactDetail> <email>Brent@rockymountaingraphics.com</email> <firstName>Brent</firstName> <lastName>Rowberry</lastName> </contactDetail> </contactDetails> </getMerchantDetailsResponse>