Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 27, 2024
1 parent 816b29f commit a205f73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17879,6 +17879,14 @@
"maxLength": 5000,
"type": "string"
},
"status": {
"description": "The current processing status of this settlement.",
"enum": [
"complete",
"pending"
],
"type": "string"
},
"transaction_count": {
"description": "The total number of transactions reflected in this settlement.",
"type": "integer"
Expand All @@ -17903,6 +17911,7 @@
"network_settlement_identifier",
"object",
"settlement_service",
"status",
"transaction_count",
"transaction_volume"
],
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17274,6 +17274,12 @@ components:
description: One of `international` or `uk_national_net`.
maxLength: 5000
type: string
status:
description: The current processing status of this settlement.
enum:
- complete
- pending
type: string
transaction_count:
description: The total number of transactions reflected in this settlement.
type: integer
Expand All @@ -17295,6 +17301,7 @@ components:
- network_settlement_identifier
- object
- settlement_service
- status
- transaction_count
- transaction_volume
title: IssuingSettlement
Expand Down

0 comments on commit a205f73

Please sign in to comment.