Dispute

Dispute: Find

See also the Dispute response object.

availability

Managing disputes via the API is only available to merchants who can access disputes in the Braintree Control Panel.

If you want to look up a single dispute using its ID, use the find method.

  1. Node
gateway.dispute.find("a_dispute_id").then(dispute => { });
Arguments
disputeIdrequired, String
The unique dispute identifier.