Cartalyst\Stripe\Api\ExternalAccounts::delete PHP Méthode

delete() public méthode

Deletes an existing bank account from a connected account.
public delete ( string $accountId, string $externalAccountId ) : array
$accountId string
$externalAccountId string
Résultat array
    public function delete($accountId, $externalAccountId)
    {
        return $this->_delete("accounts/{$accountId}/external_accounts/{$externalAccountId}");
    }