You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded/openapi/spec3.beta.sdk.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9575,6 +9575,16 @@
9575
9575
"charge_outcome": {
9576
9576
"description": "",
9577
9577
"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
+
},
9578
9588
"network_advice_code": {
9579
9589
"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.",
0 commit comments