Skip to content

Commit 3bafa32

Browse files
OpenAPI Update (#1054)
Update OpenAPI for 714e2c66d4c4d4c22066353872ab532664d1c282 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 04caae6 commit 3bafa32

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8288,6 +8288,16 @@
82888288
"nullable": true,
82898289
"type": "string"
82908290
},
8291+
"allow_redisplay": {
8292+
"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”.",
8293+
"enum": [
8294+
"always",
8295+
"limited",
8296+
"unspecified"
8297+
],
8298+
"nullable": true,
8299+
"type": "string"
8300+
},
82918301
"available_payout_methods": {
82928302
"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.",
82938303
"items": {
@@ -70192,6 +70202,16 @@
7019270202
"alipay": {
7019370203
"$ref": "#/components/schemas/source_type_alipay"
7019470204
},
70205+
"allow_redisplay": {
70206+
"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”.",
70207+
"enum": [
70208+
"always",
70209+
"limited",
70210+
"unspecified"
70211+
],
70212+
"nullable": true,
70213+
"type": "string"
70214+
},
7019570215
"amount": {
7019670216
"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.",
7019770217
"nullable": true,
@@ -70363,6 +70383,7 @@
7036370383
}
7036470384
},
7036570385
"required": [
70386+
"allow_redisplay",
7036670387
"amount",
7036770388
"client_secret",
7036870389
"created",

0 commit comments

Comments
 (0)