From d7ce36e5f607d235cfb7c586fe80e81e21bdfc6f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:48:18 +0000 Subject: [PATCH] Update OpenAPI for f5a8a5bdf1a67619d2df353b36fc509632315ec0 --- embedded/openapi/spec3.beta.sdk.json | 6 ++++++ embedded/openapi/spec3.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index c8fa3f23..e295f19e 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -42062,6 +42062,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, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 86982bee..28e56280 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -29879,6 +29879,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,