Returns card BIN data for the card number or Worldpay token supplied.
Card BIN Data (1)
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.com/
https://access.worldpay.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.
https://try.access.worldpay.com/api/
https://access.worldpay.com/api/
Lookup details
Lookup details
An object that contains information about the merchant.
- Try
https://try.access.worldpay.com/api/cardBin/panLookup
- Live
https://access.worldpay.com/api/cardBin/panLookup
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
{ "merchant": { "entity": "default" }, "cardNumber": "4444333322221111" }
Request Successful
Generated identifier for the request and response. When contacting support please include this.
Brand of the card. For co-branded cards multiple brands are returned.
Funding source of the card.
Anonymous prepaid program and AMLD5 compliance.
{ "type": "pan", "brand": [ "visa" ], "bin": "444433", "binLength": 6, "fundingType": "debit", "issuerName": "Bank of America", "countryCode": "US", "currency": "USD", "dccAllowed": true, "anonymousPrepaid": "notPrepaidOrNonAnonymous", "category": "consumer", "multipleAccountAccess": "managed" }