From 7852b2faeb4941230138ff6e8b923a17fa19abbd Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:13:14 +0000 Subject: [PATCH] Update generated code for v540 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/person.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index bb583f4b..a98b1d0a 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v536 \ No newline at end of file +v540 \ No newline at end of file diff --git a/lib/stripe/resources/person.rb b/lib/stripe/resources/person.rb index dae85cb4..4aaebf3e 100644 --- a/lib/stripe/resources/person.rb +++ b/lib/stripe/resources/person.rb @@ -7,7 +7,7 @@ module Stripe # 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](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform prefilling and account onboarding steps. # - # Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information) + # Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information) class Person < APIResource extend Stripe::APIOperations::List include Stripe::APIOperations::Save