---
title: "Retrieve status for a given credit party"
method: POST
path: "/lookup/credit-party-status"
tags: ["Credit-Party"]
---

# Retrieve status for a given credit party

`POST /lookup/credit-party-status`

## Request body

- object
  - `service_id` integer, required — Service identifier. See [Services](#tags/Services) for more details.
  - `credit_party_identifier` object, required
    - `mobile_number` string — Mobile number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
    - `account_number` string — Account number.
    - `account_qualifier` string

## Response `200`

successful operation

- CreditPartyStatus
  - `installation_date` string, date-time, nullable, required — A `null` value denotes either the concept of installation does not apply for the given credit party or that the credit party has not yet been installed
  - `activation_date` string, date-time, nullable, required — A `null` value denotes that credit party has not yet been activated on the actual network

## Other responses

- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
