# View Service Provider Details
source: https://developer.mastercard.com/carbon-calculator/documentation/use-cases/service_provider_details/index.md

The **View Service Provider Details** service allows the issuer to fetch the account information as registered on the Carbon Calculator application. The issuer should use this information to request necessary updates via the Mastercard representative.
Tip: You can use this service to verify your onboarding status on the Carbon Calculator application.

## Pre-requisites {#pre-requisites}

There are no pre-requisites for the issuer to use this service.
Tip: To create your project on Mastercard Developers, refer to the [Before You Start](https://developer.mastercard.com/carbon-calculator/documentation/index.md#before-you-start) section for more information.

## Sequence Diagram {#sequence-diagram}

The following sequence diagram shows the order of events for a solution that uses the `/service-providers` endpoint.

Diagram service-providers

**Following are the execution steps:**

1. The issuer server will call the `/service-providers` endpoint.
2. The Carbon Calculator application fetches details for the requested service provider.
3. If the information is found and the account is active, then the application responds with the service provider details and `200` status code.
4. (Optional) If no information is found, then the application responds with the `ACCOUNT_NOT_FOUND` error and `404` status code.

<br />

You will receive an error response for an invalid request or any missing request parameter. Note: For more information about the error codes, refer to [Code and Formats](https://developer.mastercard.com/carbon-calculator/documentation/code-and-formats/index.md).

## Endpoint {#endpoint}


API Reference: `GET /service-providers`

