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" } },