**Last updated**: 28 April 2026 | [**Change log**](/access/products/card-bin/changelog/)

# Request card BIN data

New

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.com/api/cardBin/panLookup`

Live
`POST`  `https://access.worldpay.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](/access/products/testing) may return different results.