diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 1d77ec7a..41a4d5ec 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1687 \ No newline at end of file +v1688 \ No newline at end of file diff --git a/lib/stripe/resources/person.rb b/lib/stripe/resources/person.rb index 6b7ea74e..c104a11f 100644 --- a/lib/stripe/resources/person.rb +++ b/lib/stripe/resources/person.rb @@ -232,7 +232,7 @@ module Stripe attr_reader :details_code # Attribute for field document attr_reader :document - # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. + # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates. attr_reader :status end # The account the person is associated with. diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index 998048e9..a84d2396 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -74998,7 +74998,7 @@ module Stripe # Attribute for field document sig { returns(Document) } attr_reader :document - # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. + # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates. sig { returns(String) } attr_reader :status end diff --git a/rbi/stripe/resources/person.rbi b/rbi/stripe/resources/person.rbi index 3d107cae..1d70146b 100644 --- a/rbi/stripe/resources/person.rbi +++ b/rbi/stripe/resources/person.rbi @@ -294,7 +294,7 @@ module Stripe # Attribute for field document sig { returns(Document) } attr_reader :document - # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. + # The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates. sig { returns(String) } attr_reader :status end