PHP 클래스 Cartalyst\Stripe\Api\Account

상속: extends Api
파일 보기 프로젝트 열기: cartalyst/stripe

공개 메소드들

메소드 설명
all ( array $parameters = [] ) : array Returns a list of all the connected accounts.
create ( array $parameters = [] ) : array Creates a new account.
delete ( string $accountId ) : array Deletes an existing account.
details ( ) : array Retrieves the details of the account, based on the API key that was used to make the request.
find ( string $accountId ) : array Retrieves an existing account.
reject ( string $accountId, string $reason ) : array Rejects an existing account.
update ( string $accountId, array $parameters = [] ) : array Updates an existing account.
verify ( string $accountId, string $file, $purpose ) : array Updates an existing account.

메소드 상세

all() 공개 메소드

Returns a list of all the connected accounts.
public all ( array $parameters = [] ) : array
$parameters array
리턴 array

create() 공개 메소드

Creates a new account.
public create ( array $parameters = [] ) : array
$parameters array
리턴 array

delete() 공개 메소드

Deletes an existing account.
public delete ( string $accountId ) : array
$accountId string
리턴 array

details() 공개 메소드

Retrieves the details of the account, based on the API key that was used to make the request.
public details ( ) : array
리턴 array

find() 공개 메소드

Retrieves an existing account.
public find ( string $accountId ) : array
$accountId string
리턴 array

reject() 공개 메소드

Rejects an existing account.
public reject ( string $accountId, string $reason ) : array
$accountId string
$reason string
리턴 array

update() 공개 메소드

Updates an existing account.
public update ( string $accountId, array $parameters = [] ) : array
$accountId string
$parameters array
리턴 array

verify() 공개 메소드

Updates an existing account.
public verify ( string $accountId, string $file, $purpose ) : array
$accountId string
$file string
리턴 array