diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index b9a9cb85..39552dc2 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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, @@ -9640,6 +9650,7 @@ } }, "required": [ + "advice_code", "network_advice_code", "network_decline_code", "network_status", @@ -9653,6 +9664,7 @@ "rule" ], "x-stripeMostCommon": [ + "advice_code", "network_advice_code", "network_decline_code", "network_status",