Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 25, 2024
1 parent 04942a2 commit 621b3a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9398,7 +9398,7 @@
}
},
"charge.refund.updated": {
"description": "Occurs whenever a refund is updated, on selected payment methods.",
"description": "Occurs whenever a refund is updated on selected payment methods. For updates on all refunds, listen to `refund.updated` instead.",
"properties": {
"object": {
"$ref": "#/components/schemas/refund"
Expand All @@ -9414,7 +9414,7 @@
}
},
"charge.refunded": {
"description": "Occurs whenever a charge is refunded, including partial refunds.",
"description": "Occurs whenever a charge is refunded, including partial refunds. Listen to `refund.created` for information about the refund.",
"properties": {
"object": {
"$ref": "#/components/schemas/charge"
Expand Down
8 changes: 6 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8562,7 +8562,9 @@ components:
x-stripeEvent:
type: charge.pending
charge.refund.updated:
description: 'Occurs whenever a refund is updated, on selected payment methods.'
description: >-
Occurs whenever a refund is updated on selected payment methods. For
updates on all refunds, listen to `refund.updated` instead.
properties:
object:
$ref: '#/components/schemas/refund'
Expand All @@ -8573,7 +8575,9 @@ components:
x-stripeEvent:
type: charge.refund.updated
charge.refunded:
description: 'Occurs whenever a charge is refunded, including partial refunds.'
description: >-
Occurs whenever a charge is refunded, including partial refunds. Listen
to `refund.created` for information about the refund.
properties:
object:
$ref: '#/components/schemas/charge'
Expand Down

0 comments on commit 621b3a0

Please sign in to comment.