GET
/
dispute
/
{id}
curl --request GET \
  --url https://api.pushcash.com/dispute/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "dispute_0293cj9ru032lisdjow",
  "amount": 10000,
  "currency": "USD",
  "created_at": "2023-05-24T20:36:50.694Z",
  "intent_id": "intent_sandbox_dMggQ93ZYH6DH9LBhVeijE",
  "code": "R01",
  "status": "created"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the dispute to retrieve.

Response

200
application/json

Successful operation

A dispute received from the payment network tied to an intent