# Testing
source: https://developer.mastercard.com/eligibility-api/documentation/testing/index.md

You can test your integration in Sandbox using the test data listed below.

## Test Data {#test-data}

* cardNumber: 5341676355168133
* serviceProviderCode: 6

## Test Cases {#test-cases}

### Benefits {#benefits}

#### Retrieve Benefits Active Today {#retrieve-benefits-active-today}

* Using the cardNumber listed under test data send a request to *benefits/searches*
* Get a response object that contains a list of benefits associated with that card number that are active today

#### Retrieve Benefits Specific to a Vendor {#retrieve-benefits-specific-to-a-vendor}

* Using the cardNumber and serviceProviderCode listed under test data send a request to *benefits/searches*
* Get a response object that contains a list of benefits associated with the cardNumber/serviceProviderCode that are active today

### Products {#products}

#### Retrieve Products Associated with a Card Number {#retrieve-products-associated-with-a-card-number}

* Using the cardNumber listed under test data send a request to *products/searches*
* Get a response object that contains a list of products associated with that card number that are active today

### Card Identifier {#card-identifier}

#### Generate Card Identifier for a provided a Card Number {#generate-card-identifier-for-a-provided-a-card-number}

* Using the cardNumber listed under test data send a request to */card-identifiers*
* Get a response object that contains unique identifier for the given card number
