I've spent a couple of days trying to solve this thing out, but unfortunately I wasn't able to. What I've tried:
1. Filling in the billing information with a test credit card number.
2. Create a test account, and fill in its billing information.
3. Create another MCC account and do the above again.
4. Change the test credit card number to my real one.
Nothing worked! now I have no idea how to proceed from here.
I'm quite sure that all information needed are entered correctly and I just got nothing changed except the INCOMPLETE_SIGNUP.
Dude, why are you making things so complicated? I've read most threads here about this, and all you had to say was about T&C not accepted, and nowhere you can see it and do it yourself.
Please, help me. This project is for customer and we should have gone much far away than just stuck here.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns1:developerToken>xxxxxx</ns1:developerToken>
<ns1:userAgent> (AwApi-PHP/4.6.1, Common-PHP/5.0.0, PHP/5.4.12)</ns1:userAgent>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:get>
<ns1:serviceSelector>
<ns1:fields>Id</ns1:fields>
<ns1:fields>Name</ns1:fields>
<ns1:ordering>
<ns1:field>Name</ns1:field>
<ns1:sortOrder>ASCENDING</ns1:sortOrder>
</ns1:ordering>
<ns1:paging>
<ns1:startIndex>0</ns1:startIndex>
<ns1:numberResults>500</ns1:numberResults>
</ns1:paging>
</ns1:serviceSelector>
</ns1:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Fri, 18 Oct 2013 09:33:19 GMT
Expires: Fri, 18 Oct 2013 09:33:19 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked
<?xml version="1.0"?>
<soap:Header>
<requestId>0004e9009fef17e80a42e50900007417</requestId>
<serviceName>CampaignService</serviceName>
<methodName>get</methodName>
<operations>0</operations>
<responseTime>91</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'<null>']</faultstring>
<detail>
<message>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'<null>']</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPath/>
<trigger><null></trigger>
<errorString>QuotaCheckError.INCOMPLETE_SIGNUP</errorString>
<ApiError.Type>QuotaCheckError</ApiError.Type>
<reason>INCOMPLETE_SIGNUP</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>