Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 7, 2023
1 parent 5e24425 commit efae850
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -108684,11 +108684,11 @@
},
"/v1/payment_intents/{intent}": {
"get": {
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>Client-side retrieval using a publishable key is allowed when the <code>client_secret</code> is provided in the query string. </p>\n\n<p>When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>You can retrieve a PaymentIntent client-side using a publishable key when the <code>client_secret</code> is in the query string. </p>\n\n<p>If you retrieve a PaymentIntent with a publishable key, it only returns a subset of properties. Refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"operationId": "GetPaymentIntentsIntent",
"parameters": [
{
"description": "The client secret of the PaymentIntent. Required if a publishable key is used to retrieve the source.",
"description": "The client secret of the PaymentIntent. It's required if you use a publishable key to retrieve the source.",
"in": "query",
"name": "client_secret",
"required": false,
Expand Down
12 changes: 6 additions & 6 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101087,19 +101087,19 @@ paths:
created. </p>


<p>Client-side retrieval using a publishable key is allowed when the
<code>client_secret</code> is provided in the query string. </p>
<p>You can retrieve a PaymentIntent client-side using a publishable key
when the <code>client_secret</code> is in the query string. </p>


<p>When retrieved with a publishable key, only a subset of properties
will be returned. Please refer to the <a
<p>If you retrieve a PaymentIntent with a publishable key, it only
returns a subset of properties. Refer to the <a
href="#payment_intent_object">payment intent</a> object reference for
more details.</p>
operationId: GetPaymentIntentsIntent
parameters:
- description: >-
The client secret of the PaymentIntent. Required if a publishable
key is used to retrieve the source.
The client secret of the PaymentIntent. It's required if you use a
publishable key to retrieve the source.
in: query
name: client_secret
required: false
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -88572,11 +88572,11 @@
},
"/v1/payment_intents/{intent}": {
"get": {
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>Client-side retrieval using a publishable key is allowed when the <code>client_secret</code> is provided in the query string. </p>\n\n<p>When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>You can retrieve a PaymentIntent client-side using a publishable key when the <code>client_secret</code> is in the query string. </p>\n\n<p>If you retrieve a PaymentIntent with a publishable key, it only returns a subset of properties. Refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"operationId": "GetPaymentIntentsIntent",
"parameters": [
{
"description": "The client secret of the PaymentIntent. Required if a publishable key is used to retrieve the source.",
"description": "The client secret of the PaymentIntent. It's required if you use a publishable key to retrieve the source.",
"in": "query",
"name": "client_secret",
"required": false,
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -91172,11 +91172,11 @@
},
"/v1/payment_intents/{intent}": {
"get": {
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>Client-side retrieval using a publishable key is allowed when the <code>client_secret</code> is provided in the query string. </p>\n\n<p>When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"description": "<p>Retrieves the details of a PaymentIntent that has previously been created. </p>\n\n<p>You can retrieve a PaymentIntent client-side using a publishable key when the <code>client_secret</code> is in the query string. </p>\n\n<p>If you retrieve a PaymentIntent with a publishable key, it only returns a subset of properties. Refer to the <a href=\"#payment_intent_object\">payment intent</a> object reference for more details.</p>",
"operationId": "GetPaymentIntentsIntent",
"parameters": [
{
"description": "The client secret of the PaymentIntent. Required if a publishable key is used to retrieve the source.",
"description": "The client secret of the PaymentIntent. It's required if you use a publishable key to retrieve the source.",
"in": "query",
"name": "client_secret",
"required": false,
Expand Down
12 changes: 6 additions & 6 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84600,19 +84600,19 @@ paths:
created. </p>


<p>Client-side retrieval using a publishable key is allowed when the
<code>client_secret</code> is provided in the query string. </p>
<p>You can retrieve a PaymentIntent client-side using a publishable key
when the <code>client_secret</code> is in the query string. </p>


<p>When retrieved with a publishable key, only a subset of properties
will be returned. Please refer to the <a
<p>If you retrieve a PaymentIntent with a publishable key, it only
returns a subset of properties. Refer to the <a
href="#payment_intent_object">payment intent</a> object reference for
more details.</p>
operationId: GetPaymentIntentsIntent
parameters:
- description: >-
The client secret of the PaymentIntent. Required if a publishable
key is used to retrieve the source.
The client secret of the PaymentIntent. It's required if you use a
publishable key to retrieve the source.
in: query
name: client_secret
required: false
Expand Down
12 changes: 6 additions & 6 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76670,19 +76670,19 @@ paths:
created. </p>


<p>Client-side retrieval using a publishable key is allowed when the
<code>client_secret</code> is provided in the query string. </p>
<p>You can retrieve a PaymentIntent client-side using a publishable key
when the <code>client_secret</code> is in the query string. </p>


<p>When retrieved with a publishable key, only a subset of properties
will be returned. Please refer to the <a
<p>If you retrieve a PaymentIntent with a publishable key, it only
returns a subset of properties. Refer to the <a
href="#payment_intent_object">payment intent</a> object reference for
more details.</p>
operationId: GetPaymentIntentsIntent
parameters:
- description: >-
The client secret of the PaymentIntent. Required if a publishable
key is used to retrieve the source.
The client secret of the PaymentIntent. It's required if you use a
publishable key to retrieve the source.
in: query
name: client_secret
required: false
Expand Down

0 comments on commit efae850

Please sign in to comment.