Retrieves a specific dispute by 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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the dispute to retrieve.
Successful operation
A dispute received from the payment network tied to an intent