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": {