diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index f57792f85..09b0401d1 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v782
\ No newline at end of file
+v784
\ No newline at end of file
diff --git a/lib/Service/ChargeService.php b/lib/Service/ChargeService.php
index 4f6490289..dc23b6834 100644
--- a/lib/Service/ChargeService.php
+++ b/lib/Service/ChargeService.php
@@ -47,10 +47,10 @@ public function capture($id, $params = null, $opts = null)
}
/**
- * Use the Payment Intents API to initiate
- * a new payment instead of using this method. Confirmation of the PaymentIntent
- * creates the Charge
object used to request payment, so this method
- * is limited to legacy integrations.
+ * This method is no longer recommended—use the Payment Intents API to initiate a new
+ * payment instead. Confirmation of the PaymentIntent creates the
+ * Charge
object used to request payment.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts