cancel
Showing results for 
Search instead for 
Did you mean: 

Merchant Boarding API is not enabled.

Hello everyone,

 

reference to this https://www.authorize.net/content/dam/documents/en/mb-guide.pdf

 

I tried to send api request like this:

 

POST /xml/v1/reseller.api HTTP/1.1
Host: api.authorize.net
Connection: close
Content-Type: text/xml
Content-Length: 264


<?xml version="1.0" encoding="utf-8"?>
<getResellerServicesRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<resellerAuthentication>
<name>api login</name>
<apiKey>api key</apiKey>
</resellerAuthentication>
</getResellerServicesRequest>

But i found the response say:

 

<?xml version="1.0" encoding="utf-8"?><getResellerServicesResponse 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>Error</resultCode><message><code>E00047</code><text>Merchant Boarding API is not enabled.</text></message></messages></getResellerServicesResponse>

 

How i can fix this?

 

Thanks.

yipman
Member
0 REPLIES 0