From 412bfe2cad5ecd30b3127b3de538fdae0ca6ca31 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:44:12 +0000 Subject: [PATCH] OpenAPI Update (#730) Update OpenAPI for 65c242ffebe06c85775347d407782cdcd95a63da Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- 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 2df7f836..4c9e90bd 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -621,6 +621,15 @@ ], "type": "string" }, + "amazon_pay_payments": { + "description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "au_becs_debit_payments": { "description": "The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.", "enum": [ @@ -71358,6 +71367,17 @@ "title": "capability_param", "type": "object" }, + "amazon_pay_payments": { + "description": "The amazon_pay_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" + }, "au_becs_debit_payments": { "description": "The au_becs_debit_payments capability.", "properties": { @@ -73349,6 +73369,17 @@ "title": "capability_param", "type": "object" }, + "amazon_pay_payments": { + "description": "The amazon_pay_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" + }, "au_becs_debit_payments": { "description": "The au_becs_debit_payments capability.", "properties": { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 777064b2..14dba551 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -404,6 +404,15 @@ ], "type": "string" }, + "amazon_pay_payments": { + "description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "au_becs_debit_payments": { "description": "The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.", "enum": [ @@ -48745,6 +48754,15 @@ "title": "capability_param", "type": "object" }, + "amazon_pay_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "au_becs_debit_payments": { "properties": { "requested": { @@ -50385,6 +50403,15 @@ "title": "capability_param", "type": "object" }, + "amazon_pay_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "au_becs_debit_payments": { "properties": { "requested": {