PHP Class Cartalyst\Stripe\Api\BankAccounts

Inheritance: extends Sources
Show file Open project: cartalyst/stripe

Protected Properties

Property Type Description
$sourceType string The source type.

Public Methods

Method Description
verify ( string $customerId, string $bankAccountId, array $amounts, string $verificationMethod = null ) : array Verifies the given bank account.

Method Details

verify() public method

Verifies the given bank account.
public verify ( string $customerId, string $bankAccountId, array $amounts, string $verificationMethod = null ) : array
$customerId string
$bankAccountId string
$amounts array
$verificationMethod string
return array

Property Details

$sourceType protected property

The source type.
protected string $sourceType
return string