Dispute: Accept
Availability
Managing disputes via the API is only available to merchants who can access disputes in the
Braintree Control Panel.
- Python
result = gateway.dispute.accept("a_dispute_id")- Python
if result.is_success:
# dispute successfully accepted
else:
print result.errorsArguments
dispute_idrequired, strThe unique dispute identifier. You can only accept disputes that have a status of OPEN.