Add BIN

The Bank Identification Number (BIN) refers to the 6 or 8 digits of a card’s Primary Account Number (PAN). This set of numbers identifies the issuing institution of the card. All payment cards come with a BIN.

BINs must exist before you can create card products.

Use case

Here we will create a new BIN with the Mastercard scheme.

Use case data
API parameters with values

BIN number

Product scheme

Card processor

Sample API call

To create the BIN, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/bin

circle-info

Learn more about the add BINarrow-up-right endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

{
  "binNumber": "555678",
  "productScheme": "MASTERCARD",
  "processor": "NETS",
  "tenantCode": "MB"
}

Sample response

Below you will find the response to the sample request:

chevron-rightResponsehashtag

Result

The BIN is added to the system with the ACTIVE status. An ID is automatically assigned to the BIN.

Last updated

Was this helpful?