minFraud PHP API v1.21.0

Issuer extends AbstractModel
in package

Model containing information about the card issuer.

Table of Contents

$matchesProvidedName  : bool|null
$matchesProvidedPhoneNumber  : bool|null
$name  : string|null
$phoneNumber  : string|null
__construct()  : mixed

Properties

$matchesProvidedName read-only

public bool|null $matchesProvidedName

This property is true if the name matches the name provided in the request for the card issuer. It is false if the name does not match. The property is null if either no name or issuer ID number (IIN) was provided in the request or if MaxMind does not have a name associated with the IIN.

$matchesProvidedPhoneNumber read-only

public bool|null $matchesProvidedPhoneNumber

This property is true if the phone number matches the number provided in the request for the card issuer. It is false if the number does not match. It is null if either no phone number was provided or issuer ID number (IIN) was provided in the request or if MaxMind does not have a phone number associated with the IIN.

$name read-only

public string|null $name

The name of the bank which issued the credit card.

$phoneNumber read-only

public string|null $phoneNumber

The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.

Methods

__construct()

public __construct(array<string|int, mixed>|null $response[, array<string|int, mixed> $locales = ['en'] ]) : mixed
Parameters
$response : array<string|int, mixed>|null
$locales : array<string|int, mixed> = ['en']
Return values
mixed

Search results