# Card Attributes

## Create Card and Get Card API - Test Cards <a href="#network-tokens-webhooks---mock-testing" id="network-tokens-webhooks---mock-testing"></a>

Use the following Cards for testing in the Sandbox environment. Please note that only these specific Cards are supported.

The Card Attribute Service response return 8-digit BINs for Mastercard and Visa, and 6-digit BINs for Discover and American Express (Amex)

<table><thead><tr><th width="211.2550048828125">BIN or PAN</th><th width="178.6307373046875">Attributes </th><th>Response</th></tr></thead><tbody><tr><td>4545 6322 6796 4322<br>4147 2061 0764 1002<br>5102 5899 9999 9913<br>5322 3400 0000 0000<br>5200 4000 0000 0009<br>4000 0330 0330 0335<br>4000 0566 5566 5556<br>4110 1441 1014 4115<br>5102 5899 9999 9913<br>5105 1051 0510 5100<br>3782 8224 6310 005<br>3714 4963 5398 431<br>3787 3449 3671 000<br>6011 9811 1111 1113<br>6011 9500 0602 0887<br>6011 6099 0000 0003</td><td>Enriched Attributes</td><td>Comprehensive JSON in API Reference</td></tr><tr><td>5104 6000 0000 0001</td><td>HSA</td><td>True indicates the card is attached to a Health Savings Account</td></tr><tr><td>5299 2300 0000 0002</td><td>Virtual Card</td><td>True indicates the given BIN range supports virtual card creation. </td></tr><tr><td>6026 7500 0000 0007</td><td>EBT</td><td>True indicates the BIN has Electronic Benefits Transfer (EBT) capabilities</td></tr><tr><td>3713 9930 0000 0008</td><td>FSA</td><td>True indicates the card is attached to a Flexible Spending Account</td></tr><tr><td>4871 0499 9999 9902</td><td>Additional Network </td><td>Indicates the card is a co-badged card with an additional network (BANCONTACT), giving cardholders flexibility in how their transaction is processed.</td></tr><tr><td>4977 6303 5000 0001</td><td>Additional Network</td><td>Indicates the card is a co-badged card with an additional network (CB), giving cardholders flexibility in how their transaction is processed.</td></tr><tr><td>5178 0530 0000 0004</td><td>Basic Attributes</td><td>Returns only Card Brand and Card Type.</td></tr><tr><td>4360 0000 0100 0005</td><td>Commercial Level 2</td><td>Returns True to Indicate Commercial Level 2 interchange rate eligibility.</td></tr><tr><td>4035 5014 2814 6300</td><td>Commercial Level 3</td><td>Returns True to Indicate Commercial Level 3 interchange rate eligibility.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verygoodsecurity.com/cmp/developer-resources/guides/testing/card-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
