Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2028
v2030
24 changes: 12 additions & 12 deletions src/main/java/com/stripe/model/Payout.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ public static Payout retrieve(String payout, PayoutRetrieveParams params, Reques

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -586,8 +586,8 @@ public Payout reverse() throws StripeException {

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -599,8 +599,8 @@ public Payout reverse(RequestOptions options) throws StripeException {

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -612,8 +612,8 @@ public Payout reverse(Map<String, Object> params) throws StripeException {

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -628,8 +628,8 @@ public Payout reverse(Map<String, Object> params, RequestOptions options) throws

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -641,8 +641,8 @@ public Payout reverse(PayoutReverseParams params) throws StripeException {

/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,10 @@ public enum ApiVersion implements ApiRequestParams.EnumParam {
VERSION_2025_08_27_BASIL("2025-08-27.basil"),

@SerializedName("2025-09-30.clover")
VERSION_2025_09_30_CLOVER("2025-09-30.clover");
VERSION_2025_09_30_CLOVER("2025-09-30.clover"),

@SerializedName("2025-10-29.clover")
VERSION_2025_10_29_CLOVER("2025-10-29.clover");

@Getter(onMethod_ = {@Override})
private final String value;
Expand Down
16 changes: 8 additions & 8 deletions src/main/java/com/stripe/service/PayoutService.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ public Payout cancel(String payout, PayoutCancelParams params, RequestOptions op
}
/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -230,8 +230,8 @@ public Payout reverse(String payout, PayoutReverseParams params) throws StripeEx
}
/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -242,8 +242,8 @@ public Payout reverse(String payout, RequestOptions options) throws StripeExcept
}
/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand All @@ -254,8 +254,8 @@ public Payout reverse(String payout) throws StripeException {
}
/**
* Reverses a payout by debiting the destination bank account. At this time, you can only reverse
* payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
* pending} status, use {@code /v1/payouts/:id/cancel} instead.
* payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
* the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
*
* <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
* authorized signatory of the selected bank account authorizes the debit on the bank account and
Expand Down