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 12, 2023
1 parent 2c0e698 commit 2d8ea4a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -81963,6 +81963,11 @@
"maxLength": 5000,
"type": "string"
},
"nonce": {
"description": "A single-use token, created by Stripe.js, used for creating ephemeral keys for Issuing Cards without exchanging sensitive information.",
"maxLength": 5000,
"type": "string"
},
"verification_session": {
"description": "The ID of the Identity VerificationSession you'd like to access using the resulting ephemeral key",
"maxLength": 5000,
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74976,6 +74976,13 @@ paths:
resulting ephemeral key.
maxLength: 5000
type: string
nonce:
description: >-
A single-use token, created by Stripe.js, used for creating
ephemeral keys for Issuing Cards without exchanging
sensitive information.
maxLength: 5000
type: string
verification_session:
description: >-
The ID of the Identity VerificationSession you'd like to
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -68520,6 +68520,11 @@
"maxLength": 5000,
"type": "string"
},
"nonce": {
"description": "A single-use token, created by Stripe.js, used for creating ephemeral keys for Issuing Cards without exchanging sensitive information.",
"maxLength": 5000,
"type": "string"
},
"verification_session": {
"description": "The ID of the Identity VerificationSession you'd like to access using the resulting ephemeral key",
"maxLength": 5000,
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -71424,6 +71424,11 @@
"maxLength": 5000,
"type": "string"
},
"nonce": {
"description": "A single-use token, created by Stripe.js, used for creating ephemeral keys for Issuing Cards without exchanging sensitive information.",
"maxLength": 5000,
"type": "string"
},
"verification_session": {
"description": "The ID of the Identity VerificationSession you'd like to access using the resulting ephemeral key",
"maxLength": 5000,
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65801,6 +65801,13 @@ paths:
resulting ephemeral key.
maxLength: 5000
type: string
nonce:
description: >-
A single-use token, created by Stripe.js, used for creating
ephemeral keys for Issuing Cards without exchanging
sensitive information.
maxLength: 5000
type: string
verification_session:
description: >-
The ID of the Identity VerificationSession you'd like to
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60390,6 +60390,13 @@ paths:
resulting ephemeral key.
maxLength: 5000
type: string
nonce:
description: >-
A single-use token, created by Stripe.js, used for creating
ephemeral keys for Issuing Cards without exchanging
sensitive information.
maxLength: 5000
type: string
verification_session:
description: >-
The ID of the Identity VerificationSession you'd like to
Expand Down

0 comments on commit 2d8ea4a

Please sign in to comment.