Adds the ability to choose how you submit a dispute responseÖffentliche Vorschau
What’s new
Specify how you plan to submit your response to a dispute by setting the intended_submission_method parameter on a Dispute.
The options for intended_
are:
manual
: You’ll submit the manual packet if you upload evidence and won’t ever use Smart Disputes to respond to the dispute.prefer_
: You’ll submit the manual packet if you upload evidence, but use Smart Disputes if you have no evidence to add to the dispute response.manual prefer_
: You’ll let Smart Disputes submit the dispute response if it detects Stripe evidence, but use the manual packet otherwise.smart_ disputes smart_
: You’ll let Smart Disputes submit the dispute response if it detects Stripe evidence, and won’t use the manual packet.disputes
Impact
Modify a dispute’s intended_
to specify how you plan to submit your response to the dispute. This setting also impacts how Stripe behaves when a dispute reaches its due date. The value defaults to prefer_
, which matches the timeout behavior prior to adding the new parameter.