# Get card

Endpoint: GET /people/{personId}/loans/{loanId}/cards/{cardId}
Version: 2023-11-29
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

  - `loanId` (string, required)
    The unique identifier of the Loan we wish to retrieve. Can be
Peach or lender's external identifier.

  - `cardId` (string, required)
    The ID of the card. Can be Peach or lender's external identifier.

## Query parameters:

  - `showPan` (boolean)
    Set to true to get the full PAN in the response. Special permission is required.

  - `showCvv` (boolean)
    Set to true to get the full CVV2 number in the response. Special permission is required.

  - `refresh` (boolean)
    If true, the Peach system will make new API calls to the card issuer to get the most recent card details and balances,
and will store the new details in the Peach database. Otherwise, the Peach system will return the most recent details from its database.

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (any)


