Cartalyst\Stripe\Api\Account::find PHP 메소드

find() 공개 메소드

Retrieves an existing account.
public find ( string $accountId ) : array
$accountId string
리턴 array
    public function find($accountId)
    {
        return $this->_get("accounts/{$accountId}");
    }