Skip to content

Commit a21e999

Browse files
OpenAPI Update (#625)
Update OpenAPI for ef122bf6a8e00af2760ad740b6635eb8548a7fb6 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent de9b51b commit a21e999

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20119,7 +20119,8 @@
2011920119
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
2012020120
"enum": [
2012120121
"any",
20122-
"automatic"
20122+
"automatic",
20123+
"challenge"
2012320124
],
2012420125
"nullable": true,
2012520126
"type": "string"
@@ -56340,7 +56341,8 @@
5634056341
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
5634156342
"enum": [
5634256343
"any",
56343-
"automatic"
56344+
"automatic",
56345+
"challenge"
5634456346
],
5634556347
"nullable": true,
5634656348
"type": "string"
@@ -98306,7 +98308,8 @@
9830698308
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
9830798309
"enum": [
9830898310
"any",
98309-
"automatic"
98311+
"automatic",
98312+
"challenge"
9831098313
],
9831198314
"type": "string"
9831298315
}
@@ -106238,7 +106241,8 @@
106238106241
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
106239106242
"enum": [
106240106243
"any",
106241-
"automatic"
106244+
"automatic",
106245+
"challenge"
106242106246
],
106243106247
"type": "string"
106244106248
}
@@ -168237,7 +168241,8 @@
168237168241
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
168238168242
"enum": [
168239168243
"any",
168240-
"automatic"
168244+
"automatic",
168245+
"challenge"
168241168246
],
168242168247
"type": "string"
168243168248
}
@@ -169956,7 +169961,8 @@
169956169961
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
169957169962
"enum": [
169958169963
"any",
169959-
"automatic"
169964+
"automatic",
169965+
"challenge"
169960169966
],
169961169967
"type": "string"
169962169968
}

embedded/openapi/spec3.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13337,7 +13337,8 @@
1333713337
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
1333813338
"enum": [
1333913339
"any",
13340-
"automatic"
13340+
"automatic",
13341+
"challenge"
1334113342
],
1334213343
"nullable": true,
1334313344
"type": "string"
@@ -38546,7 +38547,8 @@
3854638547
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
3854738548
"enum": [
3854838549
"any",
38549-
"automatic"
38550+
"automatic",
38551+
"challenge"
3855038552
],
3855138553
"nullable": true,
3855238554
"type": "string"
@@ -71457,7 +71459,8 @@
7145771459
"request_three_d_secure": {
7145871460
"enum": [
7145971461
"any",
71460-
"automatic"
71462+
"automatic",
71463+
"challenge"
7146171464
],
7146271465
"type": "string"
7146371466
}
@@ -72639,7 +72642,8 @@
7263972642
"request_three_d_secure": {
7264072643
"enum": [
7264172644
"any",
72642-
"automatic"
72645+
"automatic",
72646+
"challenge"
7264372647
],
7264472648
"type": "string"
7264572649
}
@@ -79053,7 +79057,8 @@
7905379057
"request_three_d_secure": {
7905479058
"enum": [
7905579059
"any",
79056-
"automatic"
79060+
"automatic",
79061+
"challenge"
7905779062
],
7905879063
"type": "string"
7905979064
}
@@ -82257,7 +82262,8 @@
8225782262
"request_three_d_secure": {
8225882263
"enum": [
8225982264
"any",
82260-
"automatic"
82265+
"automatic",
82266+
"challenge"
8226182267
],
8226282268
"type": "string"
8226382269
}
@@ -125716,7 +125722,8 @@
125716125722
"request_three_d_secure": {
125717125723
"enum": [
125718125724
"any",
125719-
"automatic"
125725+
"automatic",
125726+
"challenge"
125720125727
],
125721125728
"type": "string"
125722125729
}
@@ -127079,7 +127086,8 @@
127079127086
"request_three_d_secure": {
127080127087
"enum": [
127081127088
"any",
127082-
"automatic"
127089+
"automatic",
127090+
"challenge"
127083127091
],
127084127092
"type": "string"
127085127093
}

0 commit comments

Comments
 (0)