- This section defines the input, output and behavior of the operations in DOTS BIN Validation.
URL Endpoint
ValidateBIN Inputs
| Name | Type | Description |
|---|---|---|
| BinNumber | String | The six-digit BIN you wish to validate. The BIN is the first six digits of a given charge card number. |
| LicenseKey | String | Your license key to use the service. |
ValidateBIN Outputs
If no errors are encountered a BinValidationInfo element will be returned with the following information. If there is an error, an Error object will be returned (explained in next section).
| Name | Type | Description |
|---|---|---|
| BIN | String | The input BIN. |
| BankName | String | The name of the bank that issued the charge card. |
| PaymentMethod | String | Credit, Debit, or Prepaid. |
| CardType | String | Description of the type of card (i.e. Classic, Platinum, etc.) |
| CountryAbbreviation | String | Abbreviation of the country where the issuing bank is located. |
| CountryName | String | Name of the country where the issuing bank is located. |
| PhoneNumbers | String | List of service phone numbers for the charge card. |
| Error | Error | Error object indicating why the service could not return a result. See “Errors” for more information. |
| DEBUG | String | Unused in this service. |