mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-15 00:03:04 -04:00
Compare commits
2 Commits
546850dc23
...
728fbb74fc
Author | SHA1 | Date | |
---|---|---|---|
|
728fbb74fc | ||
|
a9d46a306b |
@ -1 +1 @@
|
|||||||
v376
|
v387
|
@ -11,7 +11,7 @@ module Stripe
|
|||||||
# If your invoice is configured to be billed through automatic charges,
|
# If your invoice is configured to be billed through automatic charges,
|
||||||
# Stripe automatically finalizes your invoice and attempts payment. Note
|
# Stripe automatically finalizes your invoice and attempts payment. Note
|
||||||
# that finalizing the invoice,
|
# that finalizing the invoice,
|
||||||
# [when automatic](https://stripe.com/docs/billing/invoices/workflow/#auto_advance), does
|
# [when automatic](https://stripe.com/docs/invoicing/integration/automatic-advancement-collection), does
|
||||||
# not happen immediately as the invoice is created. Stripe waits
|
# not happen immediately as the invoice is created. Stripe waits
|
||||||
# until one hour after the last webhook was successfully sent (or the last
|
# until one hour after the last webhook was successfully sent (or the last
|
||||||
# webhook timed out after failing). If you (and the platforms you may have
|
# webhook timed out after failing). If you (and the platforms you may have
|
||||||
|
@ -10,11 +10,11 @@ module Stripe
|
|||||||
# Reversing a transfer that was made for a [destination
|
# Reversing a transfer that was made for a [destination
|
||||||
# charge](https://stripe.com/docs/connect/destination-charges) is allowed only up to the amount of
|
# charge](https://stripe.com/docs/connect/destination-charges) is allowed only up to the amount of
|
||||||
# the charge. It is possible to reverse a
|
# the charge. It is possible to reverse a
|
||||||
# [transfer_group](https://stripe.com/docs/connect/charges-transfers#transfer-options)
|
# [transfer_group](https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-options)
|
||||||
# transfer only if the destination account has enough balance to cover the
|
# transfer only if the destination account has enough balance to cover the
|
||||||
# reversal.
|
# reversal.
|
||||||
#
|
#
|
||||||
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/charges-transfers#reversing-transfers)
|
# Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers)
|
||||||
class Reversal < APIResource
|
class Reversal < APIResource
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
include Stripe::APIOperations::Save
|
include Stripe::APIOperations::Save
|
||||||
|
@ -11,7 +11,7 @@ module Stripe
|
|||||||
# information, read about the
|
# information, read about the
|
||||||
# [transfer/payout split](https://stripe.com/docs/transfer-payout-split).
|
# [transfer/payout split](https://stripe.com/docs/transfer-payout-split).
|
||||||
#
|
#
|
||||||
# Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/charges-transfers)
|
# Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers)
|
||||||
class Transfer < APIResource
|
class Transfer < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
|
Loading…
x
Reference in New Issue
Block a user