Adds Smart Disputes settings to v2 AccountsPublic preview
What’s new
Adds the smart_disputes hash to the configuration.merchant field on the v2 Account object. The smart_ hash contains an auto_respond configuration that lets platforms control whether connected accounts automatically respond to disputes using Smart Disputes.
The auto_ configuration includes two fields:
- preference: A writable parameter that accepts
on,off, orinheritvalues to control the Smart Disputes setting. When you setpreferencetoinherit, the connected account uses your platform’s default Smart Disputes configuration. - value: A read-only property that shows the effective setting value as either
onoroff.
You can update these settings when you create or update an account.
Impact
You can now configure Smart Disputes behaviour for your connected accounts programmatically. Previously, connected accounts could only manage Smart Disputes settings through their Dashboard access.
This change gives you programmatic control over how disputes are handled for individual connected accounts while maintaining the flexibility to let accounts inherit your platform’s default configuration.