Skip to content

Commit fb3c8f0

Browse files
Update OpenAPI for cc6e8883547e25ffd61b322cfc9dd0f8e6b97cbe
1 parent cdbec89 commit fb3c8f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9575,6 +9575,16 @@
95759575
"charge_outcome": {
95769576
"description": "",
95779577
"properties": {
9578+
"advice_code": {
9579+
"description": "An enumerated value providing a more detailed explanation on [how to proceed with an error](https://stripe.com/docs/declines#retrying-issuer-declines).",
9580+
"enum": [
9581+
"confirm_card_data",
9582+
"do_not_try_again",
9583+
"try_again_later"
9584+
],
9585+
"nullable": true,
9586+
"type": "string"
9587+
},
95789588
"network_advice_code": {
95799589
"description": "For charges declined by the network, a 2 digit code which indicates the advice returned by the network on how to proceed with an error.",
95809590
"maxLength": 5000,
@@ -9640,6 +9650,7 @@
96409650
}
96419651
},
96429652
"required": [
9653+
"advice_code",
96439654
"network_advice_code",
96449655
"network_decline_code",
96459656
"network_status",
@@ -9653,6 +9664,7 @@
96539664
"rule"
96549665
],
96559666
"x-stripeMostCommon": [
9667+
"advice_code",
96569668
"network_advice_code",
96579669
"network_decline_code",
96589670
"network_status",

0 commit comments

Comments
 (0)