Lookup BIN information
Perform a BIN (Bank Identification Number) lookup to retrieve information about a card.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Object that contains information about the card.
Unique identifier that we assigned to the terminal.
The amount in the currency’s lowest denomination.
If the card is eligible for surcharging, sending this field will allow the gateway to calculate and return the surcharge amount.
Response
Successful request. Returns the BIN information.
Card brand, for example, Visa.
Masked card number. Our gateway shows only the first six digits and the last four digits of the card number, for example, 548010******5929.
Country of the issuing bank.
Indicates if the card is a debit card.
Object that contains surcharge information. Our gateway returns this object only if the merchant adds a surcharge to transactions.