Documentos Cielo logo Documentos Cielo

** What is “BIN Query” **

Bins Query is a credit or debit card search service that Cielo Ecommerce API merchants can use to validate if the card provided by the costumer is valid

The “Bins query returns the following data about the card:

For more information on Cielo Ecommerce API (Sandbox and Production), please visit: https://developercielo.github.io/Webservice-3.0/

Integration

Just perform a GET sending the BIN to our endpoint (query URL) :

https: // apiquerysandbox.cieloecommerce.cielo.com.br / 1 / cardBin / BIN

Requisition

Request:

https://apiquerysandbox.cieloecommerce.cielo.com.br/1/cardBin/420020

Response

{
"Status": "00",
"Provider": "Visa",
"CardType": "Credit",
"ForeignCard": "true"
}
Field Type Contact Us Description
** Status ** Text 2 Bins Analysis Request Status:

00 - Authorized Analysis
01 - Unsupported Brand
02 - Unsupported Bin in Bin Query
73 - Blocked Membership
** Provider ** Text 255 Greeting Card
** CardType ** Text 20 Type of card in use:

Credito
Debito
Multiplo
** ForeingCard ** Text 255 If the card is a Foreing Card (False / True)

Attention: In SANDBOX the returned values are simulations and not actual validations of BINS. Only the Request format should be considered. For real identification of the BINS, the Production environment must be used

Update History

Version Date Description
1.0 19/09/2016 First version
1.1 02/14/2017 Changing “Brand” to “Provider”