Click or drag to resize

FinancialCardIssuerIdentifyByCardNumber Method

This method attempts to identify the issuer of a credit card based on a credit card number.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public static FinancialCardIssuer IdentifyByCardNumber(
	string number
)

Parameters

number
Type: SystemString
Number to inspect

Return Value

Type: FinancialCardIssuer
Issuer if identified, UNKNOWN otherwise.
See Also