Skip to content

Commit 48831df

Browse files
Update OpenAPI specification
1 parent 4f6c015 commit 48831df

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13828,7 +13828,7 @@
1382813828
}
1382913829
},
1383013830
"customer_session": {
13831-
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.",
13831+
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.\n\nRelated guides: [Customer Session with the Payment Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),\n[Customer Session with the Pricing Table](/payments/checkout/pricing-table#customer-session),\n[Customer Session with the Buy Button](/payment-links/buy-button#pass-an-existing-customer).",
1383213832
"properties": {
1383313833
"client_secret": {
1383413834
"description": "The client secret of this Customer Session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.",

openapi/spec3.beta.sdk.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13112,6 +13112,16 @@ components:
1311213112
Stripe.js) client-side access
1311313113

1311413114
control over a Customer.
13115+
13116+
13117+
Related guides: [Customer Session with the Payment
13118+
Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),
13119+
13120+
[Customer Session with the Pricing
13121+
Table](/payments/checkout/pricing-table#customer-session),
13122+
13123+
[Customer Session with the Buy
13124+
Button](/payment-links/buy-button#pass-an-existing-customer).
1311513125
properties:
1311613126
client_secret:
1311713127
description: >-

openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9568,7 +9568,7 @@
95689568
"x-resourceId": "customer_cash_balance_transaction"
95699569
},
95709570
"customer_session": {
9571-
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.",
9571+
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.\n\nRelated guides: [Customer Session with the Payment Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),\n[Customer Session with the Pricing Table](/payments/checkout/pricing-table#customer-session),\n[Customer Session with the Buy Button](/payment-links/buy-button#pass-an-existing-customer).",
95729572
"properties": {
95739573
"client_secret": {
95749574
"description": "The client secret of this Customer Session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.",

openapi/spec3.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12433,7 +12433,7 @@
1243312433
}
1243412434
},
1243512435
"customer_session": {
12436-
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.",
12436+
"description": "A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.\n\nRelated guides: [Customer Session with the Payment Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),\n[Customer Session with the Pricing Table](/payments/checkout/pricing-table#customer-session),\n[Customer Session with the Buy Button](/payment-links/buy-button#pass-an-existing-customer).",
1243712437
"properties": {
1243812438
"client_secret": {
1243912439
"description": "The client secret of this Customer Session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.",

openapi/spec3.sdk.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11862,6 +11862,16 @@ components:
1186211862
Stripe.js) client-side access
1186311863

1186411864
control over a Customer.
11865+
11866+
11867+
Related guides: [Customer Session with the Payment
11868+
Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),
11869+
11870+
[Customer Session with the Pricing
11871+
Table](/payments/checkout/pricing-table#customer-session),
11872+
11873+
[Customer Session with the Buy
11874+
Button](/payment-links/buy-button#pass-an-existing-customer).
1186511875
properties:
1186611876
client_secret:
1186711877
description: >-

openapi/spec3.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9664,6 +9664,16 @@ components:
96649664
Stripe.js) client-side access
96659665

96669666
control over a Customer.
9667+
9668+
9669+
Related guides: [Customer Session with the Payment
9670+
Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),
9671+
9672+
[Customer Session with the Pricing
9673+
Table](/payments/checkout/pricing-table#customer-session),
9674+
9675+
[Customer Session with the Buy
9676+
Button](/payment-links/buy-button#pass-an-existing-customer).
96679677
properties:
96689678
client_secret:
96699679
description: >-

0 commit comments

Comments
 (0)