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 Jul 17, 2023
1 parent 865afc5 commit 36c275c
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -134006,6 +134006,10 @@
"on_session"
],
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -136399,6 +136403,10 @@
"return_url": {
"description": "The URL to redirect your customer back to after they authenticate on the payment method's app or site.\nIf you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.\nThis parameter is only used for cards and other redirect-based payment methods.",
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down
12 changes: 12 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126743,6 +126743,12 @@ paths:
- off_session
- on_session
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down Expand Up @@ -129150,6 +129156,12 @@ paths:
This parameter is only used for cards and other
redirect-based payment methods.
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -105659,6 +105659,10 @@
"on_session"
],
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -107818,6 +107822,10 @@
"return_url": {
"description": "The URL to redirect your customer back to after they authenticate on the payment method's app or site.\nIf you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.\nThis parameter is only used for cards and other redirect-based payment methods.",
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -110189,6 +110189,10 @@
"on_session"
],
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -112514,6 +112518,10 @@
"return_url": {
"description": "The URL to redirect your customer back to after they authenticate on the payment method's app or site.\nIf you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.\nThis parameter is only used for cards and other redirect-based payment methods.",
"type": "string"
},
"use_stripe_sdk": {
"description": "Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.",
"type": "boolean"
}
},
"type": "object"
Expand Down
12 changes: 12 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104012,6 +104012,12 @@ paths:
- off_session
- on_session
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down Expand Up @@ -106361,6 +106367,12 @@ paths:
This parameter is only used for cards and other
redirect-based payment methods.
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down
12 changes: 12 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90554,6 +90554,12 @@ paths:
- off_session
- on_session
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down Expand Up @@ -92264,6 +92270,12 @@ paths:
This parameter is only used for cards and other
redirect-based payment methods.
type: string
use_stripe_sdk:
description: >-
Set to `true` when confirming server-side and using
Stripe.js, iOS, or Android client-side SDKs to handle the
next actions.
type: boolean
type: object
required: false
responses:
Expand Down

0 comments on commit 36c275c

Please sign in to comment.