# Card BIN Data Retrieve detailed information about a card. __Header__ ``` Authorization: {your_credentials} Content-Type: application/json WP-Api-Version: 1 ``` Replace `{your_credentials}` with your base64-encoded Basic Auth username and password given to you by your Implementation Manager.

You **must** use the `Authorization` header for any request you send to our Card BIN Data API.

__DNS whitelisting__ Whitelist the following URLs: * `https://try.access.worldpay-bsh.securedataplatform.com/` * `https://access.worldpay-bsh.securedataplatform.com/` Please ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned. Version: 1 Metadata: - category: ["Card BIN"] - business: ["Enterprise"] - catalog-list: true - generated: false ## Servers Test (Try) ``` https://try.access.worldpay-bsh.securedataplatform.com/api ``` Live ``` https://access.worldpay-bsh.securedataplatform.com/api ``` ## Security ### BasicAuth Type: http Scheme: basic ## Download OpenAPI description [Card BIN Data](https://developer.worldpay-bsh.securedataplatform.com/_bundle/products/card-bin/@v1/openapi.yaml) ## Other ### Get BIN data - [POST /cardBin/panLookup](https://developer.worldpay-bsh.securedataplatform.com/products/card-bin/openapi/other/panlookup.md): Returns card BIN data for the card number or Worldpay token supplied.