AccountService::updateExternalAccount( string $parentId, string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
Updates the metadata, account holder name, and account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.
Description Description
You can re-enable a disabled bank account by performing an update call without providing any arguments or changes.
Parameters Parameters
- $parentId
-
(Required)
- $id
-
(Required)
- $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/Service/AccountService.php