Request New TAC for Direct Charge

Only applicable for Service Provider that is enabled for Direct Charging

This API call is only applicable to Service Providers with Direct Charging permission. Service Providers can try to request new TAC.

Request

HTTP Method
POST
POST <AOC_SERVER>/api/requestDirectChargeTAC
HTTP/1.1
Content type: application/x-www-form-urlencoded

{
	"aocTransID":"12345678",
	"apiKey":"Ofa3M7zS2c3",
	"username":"test",
	"msisdn":"+60191234567"
}

Request Parameter

Parameter NameDescriptionUsage
aocTransIDThis is the unique transaction id generated by AOC Gateway. This id is passed to the Service Provider during the getAOCToken API.(STRING) Mandatory
apiKeyThis will be API Key to access AOC. Will be provided by BOOSTCONNECT.(STRING) Mandatory
usernameThis will be the username provided to the Service Provider by BOOSTCONNECT.(STRING) Mandatory
msisdnThe MSISDN of the subscriber. The user’s MSISDN includes the country code, e.g. 60191234567.(STRING) Mandatory

Response

HTTP/1.1 200 OK 
Content-Type: application/json 
Content-Length: 12345 
Date: Tue, 01 Nov 2016 12:00:00 GMT

{  "data": 
{ 
	"errorCode":"00",
	"errorMessage":""
} 
}

Response Parameter

Parameter NameDescriptionUsage
errorCodePlease check the error code list.(STRING)
errorMessageExplanation of the error.(STRING)