diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ae2bb1461..da8dd2679 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v425 \ No newline at end of file +v426 \ No newline at end of file diff --git a/lib/Account.php b/lib/Account.php index 10d296c1e..ba060664d 100644 --- a/lib/Account.php +++ b/lib/Account.php @@ -29,7 +29,7 @@ * @property null|string $email An email address associated with the account. It's not used for authentication and Stripe doesn't market to this field without explicit approval from the platform. * @property null|\Stripe\Collection<\Stripe\BankAccount|\Stripe\Card> $external_accounts External accounts (bank accounts and debit cards) currently attached to this account * @property null|\Stripe\StripeObject $future_requirements - * @property null|\Stripe\Person $individual
This is an object representing a person associated with a Stripe account.
A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. See the Standard onboarding or Express onboarding documentation for information about platform pre-filling and account onboarding steps.
Related guide: Handling identity verification with the API
+ * @property null|\Stripe\Person $individualThis is an object representing a person associated with a Stripe account.
A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. See the Standard onboarding or Express onboarding documentation for information about platform prefilling and account onboarding steps.
Related guide: Handling identity verification with the API
* @property null|\Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. * @property null|bool $payouts_enabled Whether Stripe can send payouts to this account. * @property null|\Stripe\StripeObject $requirements diff --git a/lib/Person.php b/lib/Person.php index d303748e4..708e35880 100644 --- a/lib/Person.php +++ b/lib/Person.php @@ -8,7 +8,7 @@ * This is an object representing a person associated with a Stripe account. * * A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. - * See the Standard onboarding or Express onboarding documentation for information about platform pre-filling and account onboarding steps. + * See the Standard onboarding or Express onboarding documentation for information about platform prefilling and account onboarding steps. * * Related guide: Handling identity verification with the API * diff --git a/lib/Service/AccountService.php b/lib/Service/AccountService.php index a7ffbb38e..9cc5713df 100644 --- a/lib/Service/AccountService.php +++ b/lib/Service/AccountService.php @@ -81,9 +81,9 @@ public function allPersons($parentId, $params = null, $opts = null) * platform. * * If you’ve already collected information for your connected accounts, you can pre-fill that information - * when creating the account. Connect Onboarding won’t ask for the pre-filled - * information during account onboarding. You can pre-fill any information on the + * href="/docs/connect/best-practices#onboarding">can prefill that information + * when creating the account. Connect Onboarding won’t ask for the prefilled + * information during account onboarding. You can prefill any information on the * account. * * @param null|array $params