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:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.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