Skip to content

Commit e17b930

Browse files
OpenAPI Update (#930)
Update OpenAPI for f5a8a5bdf1a67619d2df353b36fc509632315ec0 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent cb22263 commit e17b930

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42062,6 +42062,12 @@
4206242062
"nullable": true,
4206342063
"type": "integer"
4206442064
},
42065+
"authorization_code": {
42066+
"description": "Authorization code on the charge.",
42067+
"maxLength": 5000,
42068+
"nullable": true,
42069+
"type": "string"
42070+
},
4206542071
"brand": {
4206642072
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
4206742073
"maxLength": 5000,

embedded/openapi/spec3.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29879,6 +29879,12 @@
2987929879
"nullable": true,
2988029880
"type": "integer"
2988129881
},
29882+
"authorization_code": {
29883+
"description": "Authorization code on the charge.",
29884+
"maxLength": 5000,
29885+
"nullable": true,
29886+
"type": "string"
29887+
},
2988229888
"brand": {
2988329889
"description": "Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.",
2988429890
"maxLength": 5000,

0 commit comments

Comments
 (0)