Account Check
GET {{base_url}}/disbursement/v1_0/accountholder/msisdn/:MSISDN/active
Retrieve Active Account Holder by MSISDN
This endpoint makes an HTTP GET request to retrieve the active account holder by MSISDN.
Request
Headers
No specific headers are required for this request.
URL Parameters
MSISDN
(required, string): The mobile number for which the active account holder information is to be retrieved.
Response
Body
The response will be in JSON format and will contain the following key:
- result
(boolean): Indicates whether the account holder is active or not.
Example response body:
json
{
"result": true
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | ||
Ocp-Apim-Subscription-Key | string |