From 5406d3c52361a04053437ae71af56f6ed7e35f55 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:49:03 +0000 Subject: [PATCH] OpenAPI Update (#933) Update OpenAPI for e97039ceeeeeed2ee8c4c6def130324f94bd7776 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 12 +++++++++++- embedded/openapi/spec3.json | 9 ++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 4dff8297..04966e9a 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -41817,7 +41817,17 @@ }, "payment_method_details_affirm": { "description": "", - "properties": {}, + "properties": { + "transaction_id": { + "description": "The Affirm transaction ID associated with this payment.", + "maxLength": 5000, + "nullable": true, + "type": "string" + } + }, + "required": [ + "transaction_id" + ], "title": "payment_method_details_affirm", "type": "object", "x-expandableFields": [] diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 421f6262..a156ccb0 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -29662,7 +29662,14 @@ }, "payment_method_details_affirm": { "description": "", - "properties": {}, + "properties": { + "transaction_id": { + "description": "The Affirm transaction ID associated with this payment.", + "maxLength": 5000, + "nullable": true, + "type": "string" + } + }, "title": "payment_method_details_affirm", "type": "object", "x-expandableFields": []