@@ -573,8 +573,8 @@ public static Payout retrieve(String payout, PayoutRetrieveParams params, Reques
573573
574574 /**
575575 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
576- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
577- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
576+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
577+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
578578 *
579579 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
580580 * authorized signatory of the selected bank account authorizes the debit on the bank account and
@@ -586,8 +586,8 @@ public Payout reverse() throws StripeException {
586586
587587 /**
588588 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
589- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
590- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
589+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
590+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
591591 *
592592 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
593593 * authorized signatory of the selected bank account authorizes the debit on the bank account and
@@ -599,8 +599,8 @@ public Payout reverse(RequestOptions options) throws StripeException {
599599
600600 /**
601601 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
602- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
603- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
602+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
603+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
604604 *
605605 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
606606 * authorized signatory of the selected bank account authorizes the debit on the bank account and
@@ -612,8 +612,8 @@ public Payout reverse(Map<String, Object> params) throws StripeException {
612612
613613 /**
614614 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
615- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
616- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
615+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
616+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
617617 *
618618 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
619619 * authorized signatory of the selected bank account authorizes the debit on the bank account and
@@ -628,8 +628,8 @@ public Payout reverse(Map<String, Object> params, RequestOptions options) throws
628628
629629 /**
630630 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
631- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
632- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
631+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
632+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
633633 *
634634 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
635635 * authorized signatory of the selected bank account authorizes the debit on the bank account and
@@ -641,8 +641,8 @@ public Payout reverse(PayoutReverseParams params) throws StripeException {
641641
642642 /**
643643 * Reverses a payout by debiting the destination bank account. At this time, you can only reverse
644- * payouts for connected accounts to US bank accounts. If the payout is manual and in the {@code
645- * pending} status, use {@code /v1/payouts/:id/cancel} instead.
644+ * payouts for connected accounts to US and Canadian bank accounts. If the payout is manual and in
645+ * the {@code pending} status, use {@code /v1/payouts/:id/cancel} instead.
646646 *
647647 * <p>By requesting a reversal through {@code /v1/payouts/:id/reverse}, you confirm that the
648648 * authorized signatory of the selected bank account authorizes the debit on the bank account and
0 commit comments