Provides detailed information about a card.
Download OpenAPI description
Overview
License
Languages
Servers
Try
https://try.access.worldpay.com/api/
Live
https://access.worldpay.com/api/
Bodyapplication/jsonrequired
Lookup details
One of:
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#
application/json
{ "merchant": { "entity": "default" }, "cardNumber": "4444333322221111" }
Request Successful
Generated identifier for the request and response. When contacting support please include this.
Example: "4c195ce9-3dbd-4bc8-9c94-3d3393842323"
Brand of the card
Items Enum"airplus""allstar""amex""argencard""aurore""bc""cabal""carnet""cartesBancaires""cencosud"
Example: ["visa"]
Funding source of the card
Enum"credit""debit""prepaid""chargeCard""deferredDebit"
Example: "credit"
Anonymous prepaid program and AMLD5 compliance
Enum"anonymousNonCompliant""anonymousCompliant""notPrepaidOrNonAnonymous""unknown"
Example: "notPrepaidOrNonAnonymous"
Response
application/json
{ "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" }