Lookup BIN information
Perform a BIN (Bank Identification Number) lookup to retrieve information about a card.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
card
Object that contains information about the card.
processingTerminalId
Unique identifier that we assigned to the terminal.
amount
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.
type
Card brand, for example, Visa.
cardNumber
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
Country of the issuing bank.
debit
Indicates if the card is a debit card.
surcharging
Object that contains surcharge information. Our gateway returns this object only if the merchant adds a surcharge to transactions.