diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 54edb522..bb993cb1 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -25458,12 +25458,12 @@ "type": "string" }, "image_url_png": { - "description": "​​The image_url_png string used to render png QR code", + "description": "The image_url_png string used to render png QR code", "maxLength": 5000, "type": "string" }, "image_url_svg": { - "description": "​​The image_url_svg string used to render svg QR code", + "description": "The image_url_svg string used to render svg QR code", "maxLength": 5000, "type": "string" } @@ -71982,7 +71982,7 @@ }, "type": "array" }, - "pin": { + "giftcard_pin": { "description": "The pin associated with the gift card. Not all gift cards have pins.", "maxLength": 5000, "type": "string" @@ -84740,6 +84740,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { @@ -85439,6 +85443,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 610c2a25..b87f08bd 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -20758,11 +20758,11 @@ components: maxLength: 5000 type: string image_url_png: - description: "​​The image_url_png string used to render png QR code" + description: The image_url_png string used to render png QR code maxLength: 5000 type: string image_url_svg: - description: "​​The image_url_svg string used to render svg QR code" + description: The image_url_svg string used to render svg QR code maxLength: 5000 type: string title: PaymentIntentNextActionPixDisplayQrCode @@ -58480,7 +58480,7 @@ paths: maxLength: 5000 type: string type: array - pin: + giftcard_pin: description: The pin associated with the gift card. Not all gift cards have pins. maxLength: 5000 @@ -69314,6 +69314,11 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + If not set, defaults to the full transaction amount. + type: integer evidence: description: Evidence provided for the dispute. properties: @@ -69786,6 +69791,10 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + type: integer evidence: description: Evidence provided for the dispute. properties: diff --git a/openapi/spec3.json b/openapi/spec3.json index d4ca1d67..54bd13ea 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -20491,12 +20491,12 @@ "type": "string" }, "image_url_png": { - "description": "​​The image_url_png string used to render png QR code", + "description": "The image_url_png string used to render png QR code", "maxLength": 5000, "type": "string" }, "image_url_svg": { - "description": "​​The image_url_svg string used to render svg QR code", + "description": "The image_url_svg string used to render svg QR code", "maxLength": 5000, "type": "string" } @@ -83697,6 +83697,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { @@ -84349,6 +84353,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 13f4639b..0c02d367 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -24752,12 +24752,12 @@ "type": "string" }, "image_url_png": { - "description": "​​The image_url_png string used to render png QR code", + "description": "The image_url_png string used to render png QR code", "maxLength": 5000, "type": "string" }, "image_url_svg": { - "description": "​​The image_url_svg string used to render svg QR code", + "description": "The image_url_svg string used to render svg QR code", "maxLength": 5000, "type": "string" } @@ -81814,6 +81814,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { @@ -82513,6 +82517,10 @@ "schema": { "additionalProperties": false, "properties": { + "amount": { + "description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, "evidence": { "description": "Evidence provided for the dispute.", "properties": { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index d278a291..2f1a6f57 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -20195,11 +20195,11 @@ components: maxLength: 5000 type: string image_url_png: - description: "​​The image_url_png string used to render png QR code" + description: The image_url_png string used to render png QR code maxLength: 5000 type: string image_url_svg: - description: "​​The image_url_svg string used to render svg QR code" + description: The image_url_svg string used to render svg QR code maxLength: 5000 type: string title: PaymentIntentNextActionPixDisplayQrCode @@ -67148,6 +67148,11 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + If not set, defaults to the full transaction amount. + type: integer evidence: description: Evidence provided for the dispute. properties: @@ -67620,6 +67625,10 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + type: integer evidence: description: Evidence provided for the dispute. properties: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index fa3e5e29..c437a05e 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -16898,11 +16898,11 @@ components: maxLength: 5000 type: string image_url_png: - description: "​​The image_url_png string used to render png QR code" + description: The image_url_png string used to render png QR code maxLength: 5000 type: string image_url_svg: - description: "​​The image_url_svg string used to render svg QR code" + description: The image_url_svg string used to render svg QR code maxLength: 5000 type: string title: PaymentIntentNextActionPixDisplayQrCode @@ -65889,6 +65889,11 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + If not set, defaults to the full transaction amount. + type: integer evidence: description: Evidence provided for the dispute. properties: @@ -66275,6 +66280,10 @@ paths: schema: additionalProperties: false properties: + amount: + description: The dispute amount in the card's currency and in the + [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). + type: integer evidence: description: Evidence provided for the dispute. properties: