Skip to content

Commit

Permalink
OpenAPI Update (#954)
Browse files Browse the repository at this point in the history
Update OpenAPI for 707a486e9fbe739659a899313ade72f69dae614b

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 12, 2024
1 parent 5a773b9 commit 7661acd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42565,6 +42565,12 @@
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"brand": {
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
"maxLength": 5000,
Expand Down Expand Up @@ -42706,6 +42712,7 @@
},
"required": [
"amount_authorized",
"authorization_code",
"brand",
"checks",
"country",
Expand Down
6 changes: 6 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -30044,6 +30044,12 @@
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"brand": {
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
"maxLength": 5000,
Expand Down

0 comments on commit 7661acd

Please sign in to comment.