From 2f9ee178909d3324690eee9bf07caa4834ef2f40 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:07:54 +0000 Subject: [PATCH] OpenAPI Update (#1056) Update OpenAPI for 87f9df504255700ac4a7dacdcfb3916f776df0c0 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index e89d6ed2..6e1844c2 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -18977,7 +18977,7 @@ "description": "", "properties": { "status": { - "description": "Visa Compelling Evidence 3.0 eligibility status.", + "description": "Visa compliance eligibility status.", "enum": [ "fee_acknowledged", "requires_fee_acknowledgement" @@ -19055,7 +19055,7 @@ "description": "", "properties": { "fee_acknowledged": { - "description": "A field acknowledging the fee incurred when countering a Visa Compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute, and you may incur a $500 fee if the case is lost.", + "description": "A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.", "type": "boolean" } }, @@ -121093,10 +121093,10 @@ ] }, "visa_compliance": { - "description": "Evidence provided for Visa Compliance evidence submission.", + "description": "Evidence provided for Visa compliance evidence submission.", "properties": { "fee_acknowledged": { - "description": "A field acknowledging the fee incurred when countering a Visa Compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute, and you may incur a $500 fee if the case is lost.", + "description": "A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.", "type": "boolean" } },