# Retrieve Creditor Details
source: https://developer.mastercard.com/payment-initiation-api/documentation/use-cases/retrieve-creditor-details/index.md

The Retrieve Creditor Details process allows a Debtor Agent to fetch registered Creditor information from Commercial Direct Payments (CDP).  

The Debtor Agent submits a request using the Creditor profile identifier. CDP validates that the identifier exists in its directory and then returns the corresponding Creditor details in the response.  

The response includes the following Creditor details:

* Creditor profile ID
* Business name
* Address
* Status
* Accepted payment methods  

Retrieving these details helps ensure that payment instructions are sent to the correct Creditor.
Diagram getsupplier

1. The Debtor Agent submits a request to retrieve Creditor details to CDP.
   API Reference: `GET /creditors/{creditor_profile_id}`

2. CDP validates the request against the CDP directory.
3. CDP returns a 200 OK response containing the Creditor details.
