Skip to main content
POST
Resolve dispute

Authorizations

Authorization
string
header
required

Your secret key as a Bearer token. The key prefix selects the environment: sk_test_... (test) or sk_live_... (live).

Path Parameters

escrowId
string
required

The escrow's unique identifier.

Body

multipart/form-data
resolution
string
required
Example:

"Refund approved after review"

status
enum<string>
required
Available options:
COMPLETED,
REFUNDED
Example:

"REFUNDED"

file
file

Optional supporting document.

Response

Dispute resolved.

status
integer
Example:

200

message
string
Example:

"Operation successful"

data
object