From 7efb87ba861e3356d99a8b9cf71f4c5056099a0f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:43:45 +0000 Subject: [PATCH] Update OpenAPI for c333ea44c105c4e86e90694984a253080f5910bf --- embedded/openapi/spec3.beta.sdk.json | 31 ++++++++++++++++++++++++++++ embedded/openapi/spec3.json | 27 ++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a2e96034..9213e710 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -810,6 +810,15 @@ ], "type": "string" }, + "mobilepay_payments": { + "description": "The status of the MobilepPay capability of the account, or whether the account can directly process MobilePay charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "oxxo_payments": { "description": "The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.", "enum": [ @@ -70998,6 +71007,17 @@ "title": "capability_param", "type": "object" }, + "mobilepay_payments": { + "description": "The mobilepay_payments capability.", + "properties": { + "requested": { + "description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.", + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "description": "The oxxo_payments capability.", "properties": { @@ -72978,6 +72998,17 @@ "title": "capability_param", "type": "object" }, + "mobilepay_payments": { + "description": "The mobilepay_payments capability.", + "properties": { + "requested": { + "description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.", + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "description": "The oxxo_payments capability.", "properties": { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index ecbe193a..00cc439f 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -593,6 +593,15 @@ ], "type": "string" }, + "mobilepay_payments": { + "description": "The status of the MobilepPay capability of the account, or whether the account can directly process MobilePay charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "oxxo_payments": { "description": "The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.", "enum": [ @@ -48087,6 +48096,15 @@ "title": "capability_param", "type": "object" }, + "mobilepay_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "properties": { "requested": { @@ -49718,6 +49736,15 @@ "title": "capability_param", "type": "object" }, + "mobilepay_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "properties": { "requested": {