Skip to content

Commit

Permalink
OpenAPI Update (#1054)
Browse files Browse the repository at this point in the history
Update OpenAPI for 714e2c66d4c4d4c22066353872ab532664d1c282

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Dec 12, 2024
1 parent 04caae6 commit 3bafa32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8288,6 +8288,16 @@
"nullable": true,
"type": "string"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"nullable": true,
"type": "string"
},
"available_payout_methods": {
"description": "A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.",
"items": {
Expand Down Expand Up @@ -70192,6 +70202,16 @@
"alipay": {
"$ref": "#/components/schemas/source_type_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"nullable": true,
"type": "string"
},
"amount": {
"description": "A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.",
"nullable": true,
Expand Down Expand Up @@ -70363,6 +70383,7 @@
}
},
"required": [
"allow_redisplay",
"amount",
"client_secret",
"created",
Expand Down

0 comments on commit 3bafa32

Please sign in to comment.