# Parameters to Retrieve non-Mastercard Cards
source: https://developer.mastercard.com/donations/documentation/parameters/manage-non-ma-trns-param/non_ma_card/index.md

## Method to Retrieve non-Mastercard brand cards {#method-to-retrieve-non-mastercard-brand-cards}

| Method |         Endpoint          |
|--------|---------------------------|
| GET    | /donations/external-cards |

## Response Parameters {#response-parameters}

A successful request returns the `HTTP 200 (Success)` status code and a JSON response body that includes a unique donor identifier.

### Items {#items}

|    Name    |  Type  |                                  Description                                  |
|------------|--------|-------------------------------------------------------------------------------|
| **cardId** | string | Unique ID for the card on file. Generated by Mastercard                       |
| **pan**    | string | The primary account number (PAN) for the payment card and it is a masked PAN. |

