Account::updateExternalAccount( string $id, string $externalAccountId, null|array $params = null, null|array|string $opts = null )
Description Description
Parameters Parameters
- $id
-
(Required) the ID of the account to which the external account belongs
- $externalAccountId
-
(Required) the ID of the external account to update
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeBankAccount|StripeCard)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php