Skip to content

Commit

Permalink
Update generated code for v988
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 24, 2024
1 parent 9e9805d commit 51b7b45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v987
v988
19 changes: 12 additions & 7 deletions src/main/java/com/stripe/model/Capability.java
Original file line number Diff line number Diff line change
Expand Up @@ -333,18 +333,23 @@ public static class Requirements extends StripeObject {

/**
* If the capability is disabled, this string describes why. Can be {@code
* requirements.past_due}, {@code requirements.pending_verification}, {@code listed}, {@code
* platform_paused}, {@code rejected.fraud}, {@code rejected.listed}, {@code
* rejected.terms_of_service}, {@code rejected.other}, {@code under_review}, or {@code other}.
* requirements.fields_needed}, {@code pending.onboarding}, {@code pending.review}, {@code
* rejected.fraud}, {@code rejected.other}, {@code platform_paused}, {@code
* action_required.requested_capabilities}, {@code rejected.inactivty}, or {@code
* rejected.unsupported_business}.
*
* <p>{@code rejected.unsupported_business} means that the account's business is not supported
* by the capability. For example, payment methods may restrict the businesses they support in
* their terms of service:
* their terms of service, such as in <a
* href="https://stripe.com/afterpay-clearpay/legal#restricted-businesses">Afterpay Clearpay's
* terms of service</a>.
*
* <p>- <a href="https://stripe.com/afterpay-clearpay/legal#restricted-businesses">Afterpay
* Clearpay's terms of service</a>
* <p>{@code rejected.inactivity} means that the capability has been paused for inactivity. This
* disabled reason currently only applies to the Issuing capability. See <a
* href="https://support.stripe.com/questions/issuing-managing-inactive-connect-accounts">Issuing:
* Managing Inactive Connects</a> for more details.
*
* <p>If you believe that the rejection is in error, please contact support at
* <p>If you believe that a rejection is in error, please contact support at
* https://support.stripe.com/contact/ for assistance.
*/
@SerializedName("disabled_reason")
Expand Down

0 comments on commit 51b7b45

Please sign in to comment.