AccountService::update( string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Updates a connected Express or Custom account by setting the values of the parameters passed. Any parameters not provided are left unchanged. Most parameters can be changed only for Custom accounts. (These are marked Custom Only below.) Parameters marked Custom and Express are supported by both account types.


Description Description

To update your own account, use the <a href="https://dashboard.stripe.com/account”>Dashboard. Refer to our <a href="/docs/connect/updating-accounts">Connect documentation to learn more about updating accounts.


Parameters Parameters

$id

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeAccount)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.