**Last updated**: 15 September 2025 | [**Change log**](/access/products/card-bin/changelog/)

# Card BIN data

New

The Card BIN Data API provides detailed information about a card allowing you to:

- optimize your checkout experience
- reduce risk
- comply with regulations


br
**Supported payment methods**: International schemes as well as a variety of domestic cards. See the full list in our [API reference](/access/products/card-bin/openapi/other/panlookup#other/panlookup/t=response&c=200&path=brand). 

## Get started

Use our [API reference](/access/products/card-bin/openapi) and set your headers.

## Requesting card BIN data

You can request card BIN data using a full card number, network token or a Worldpay token. Please see our [API reference](/access/products/card-bin/openapi/) for full details.

Try
`POST`  `https://try.access.worldpay-bsh.securedataplatform.com/api/cardBin/panLookup`

Live
`POST`  `https://access.worldpay-bsh.securedataplatform.com/api/cardBin/panLookup`

### Card number

Request BIN data using the full card or network token number. To use this option you must ensure you are PCI compliant.

#### Example request

#### Response example

If the request is successful you will receive a 200 response which will include the card BIN data.

200 Success
404 Not Found
### Worldpay token

Request BIN data using a Worldpay token.

#### Example request

#### Response example

If the request is successful you will receive a 200 response which will include the card BIN data.

200 Success
404 Not Found
## Testing

You can use any card to verify your implementation in Try. However, please note that some API specific test cards may return different results.

## See also

- [Account Verifications](/access/products/card-verifications/v5), to verify the cardholder's account is valid
- [Tokens](/access/products/tokens), to learn more about Worldpay and Network tokens