Skip to content

Commit

Permalink
Update OpenAPI for cc6e8883547e25ffd61b322cfc9dd0f8e6b97cbe
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 7, 2025
1 parent cdbec89 commit fb3c8f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9575,6 +9575,16 @@
"charge_outcome": {
"description": "",
"properties": {
"advice_code": {
"description": "An enumerated value providing a more detailed explanation on [how to proceed with an error](https://stripe.com/docs/declines#retrying-issuer-declines).",
"enum": [
"confirm_card_data",
"do_not_try_again",
"try_again_later"
],
"nullable": true,
"type": "string"
},
"network_advice_code": {
"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.",
"maxLength": 5000,
Expand Down Expand Up @@ -9640,6 +9650,7 @@
}
},
"required": [
"advice_code",
"network_advice_code",
"network_decline_code",
"network_status",
Expand All @@ -9653,6 +9664,7 @@
"rule"
],
"x-stripeMostCommon": [
"advice_code",
"network_advice_code",
"network_decline_code",
"network_status",
Expand Down

0 comments on commit fb3c8f0

Please sign in to comment.