From 5bd336db7ccc0036437276aee347e63ef3b5acb7 Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Fri, 8 Dec 2023 23:04:05 +0000
Subject: [PATCH 1/4] Update generated code for v709
---
OPENAPI_VERSION | 2 +-
lib/PaymentMethodConfiguration.php | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index d9f690a6c..c6b4e305a 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v705
\ No newline at end of file
+v709
\ No newline at end of file
diff --git a/lib/PaymentMethodConfiguration.php b/lib/PaymentMethodConfiguration.php
index 39d6be8ac..8d732e14d 100644
--- a/lib/PaymentMethodConfiguration.php
+++ b/lib/PaymentMethodConfiguration.php
@@ -42,7 +42,6 @@
* @property null|\Stripe\StripeObject $giropay
* @property null|\Stripe\StripeObject $google_pay
* @property null|\Stripe\StripeObject $grabpay
- * @property null|\Stripe\StripeObject $id_bank_transfer
* @property null|\Stripe\StripeObject $ideal
* @property bool $is_default The default configuration is used whenever a payment method configuration is not specified.
* @property null|\Stripe\StripeObject $jcb
@@ -50,19 +49,15 @@
* @property null|\Stripe\StripeObject $konbini
* @property null|\Stripe\StripeObject $link
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
- * @property null|\Stripe\StripeObject $multibanco
* @property string $name The configuration's name.
- * @property null|\Stripe\StripeObject $netbanking
* @property null|\Stripe\StripeObject $oxxo
* @property null|\Stripe\StripeObject $p24
* @property null|string $parent For child configs, the configuration's parent configuration.
- * @property null|\Stripe\StripeObject $pay_by_bank
* @property null|\Stripe\StripeObject $paynow
* @property null|\Stripe\StripeObject $paypal
* @property null|\Stripe\StripeObject $promptpay
* @property null|\Stripe\StripeObject $sepa_debit
* @property null|\Stripe\StripeObject $sofort
- * @property null|\Stripe\StripeObject $upi
* @property null|\Stripe\StripeObject $us_bank_account
* @property null|\Stripe\StripeObject $wechat_pay
*/
From e80537d754a386b5bee02135b40903084a30333d Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Fri, 8 Dec 2023 23:46:18 +0000
Subject: [PATCH 2/4] Update generated code for v709
---
lib/PaymentMethodConfiguration.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/PaymentMethodConfiguration.php b/lib/PaymentMethodConfiguration.php
index 8d732e14d..39d6be8ac 100644
--- a/lib/PaymentMethodConfiguration.php
+++ b/lib/PaymentMethodConfiguration.php
@@ -42,6 +42,7 @@
* @property null|\Stripe\StripeObject $giropay
* @property null|\Stripe\StripeObject $google_pay
* @property null|\Stripe\StripeObject $grabpay
+ * @property null|\Stripe\StripeObject $id_bank_transfer
* @property null|\Stripe\StripeObject $ideal
* @property bool $is_default The default configuration is used whenever a payment method configuration is not specified.
* @property null|\Stripe\StripeObject $jcb
@@ -49,15 +50,19 @@
* @property null|\Stripe\StripeObject $konbini
* @property null|\Stripe\StripeObject $link
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
+ * @property null|\Stripe\StripeObject $multibanco
* @property string $name The configuration's name.
+ * @property null|\Stripe\StripeObject $netbanking
* @property null|\Stripe\StripeObject $oxxo
* @property null|\Stripe\StripeObject $p24
* @property null|string $parent For child configs, the configuration's parent configuration.
+ * @property null|\Stripe\StripeObject $pay_by_bank
* @property null|\Stripe\StripeObject $paynow
* @property null|\Stripe\StripeObject $paypal
* @property null|\Stripe\StripeObject $promptpay
* @property null|\Stripe\StripeObject $sepa_debit
* @property null|\Stripe\StripeObject $sofort
+ * @property null|\Stripe\StripeObject $upi
* @property null|\Stripe\StripeObject $us_bank_account
* @property null|\Stripe\StripeObject $wechat_pay
*/
From 7b306284e2b0ce1b9e0baca8ae870ae42f1db356 Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Tue, 12 Dec 2023 00:26:40 +0000
Subject: [PATCH 3/4] Update generated code for v709
---
lib/Util/ApiVersion.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Util/ApiVersion.php b/lib/Util/ApiVersion.php
index eac0f0e51..c66e6869d 100644
--- a/lib/Util/ApiVersion.php
+++ b/lib/Util/ApiVersion.php
@@ -7,5 +7,5 @@
class ApiVersion
{
const CURRENT = '2023-10-16';
- const PREVIEW = '2023-10-26.preview-v2';
+ const PREVIEW = '2023-12-11.preview-v2';
}
From 8b3122d5438e07a807500db95728376cd322bcf5 Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Tue, 12 Dec 2023 19:50:37 +0000
Subject: [PATCH 4/4] Update generated code for v710
---
OPENAPI_VERSION | 2 +-
lib/PaymentIntent.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index c6b4e305a..2689ae6f7 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v709
\ No newline at end of file
+v710
\ No newline at end of file
diff --git a/lib/PaymentIntent.php b/lib/PaymentIntent.php
index 049021404..5fec45649 100644
--- a/lib/PaymentIntent.php
+++ b/lib/PaymentIntent.php
@@ -30,7 +30,7 @@
* @property null|string $cancellation_reason Reason for cancellation of this PaymentIntent, either user-provided (duplicate
, fraudulent
, requested_by_customer
, or abandoned
) or generated by Stripe internally (failed_invoice
, void_invoice
, or automatic
).
* @property string $capture_method Controls when the funds will be captured from the customer's account.
* @property null|string $client_secret
The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key.
The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
Refer to our docs to accept a payment and learn about how client_secret
should be handled.
ID of the Customer this PaymentIntent belongs to, if one exists.
Payment methods attached to other Customers cannot be used with this PaymentIntent.
If present in combination with setup_future_usage, this PaymentIntent's payment method will be attached to the Customer after the PaymentIntent has been confirmed and any required actions from the user are complete.