# Get Biller Details
source: https://developer.mastercard.com/rpps-biller-maintenance-service/documentation/parameters/get-biller-details-parameters/index.md

## Success Response Model {#success-response-model}

### Properties {#properties}

|    Name    |      Type       |                                                                                              Description                                                                                               | Notes |
|------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
| rppsBiller | RPPSBillerModel | Used to provide information related to the RPPS biller, for example, biller info, address, mask, AKA. This model is required when Add or Edit is input for the billerRecordAction in the Biller model. |       |

<br />

## Error - Response Model {#error---response-model}

### Properties {#properties-1}

|      Name       |    Type     |                                                 Description                                                 | Notes |
|-----------------|-------------|-------------------------------------------------------------------------------------------------------------|-------|
| **source**      | **String**  | The application name that generated this error.                                                             |       |
| **reasonCode**  | **String**  | A unique constant identifying the error case encountered during request processing.                         |       |
| **description** | **String**  | Short description of the ReasonCode field                                                                   |       |
| **recoverable** | **Boolean** | Indicates whether this error will always be returned for this request, or retrying could change the outcome |       |
| **details**     | **String**  | Detailed information about the ReasonCode field                                                             |       |

