POST
/
simulate
/
dispute
/
resolve
curl --request POST \
  --url https://api.pushcash.com/simulate/dispute/resolve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dispute_id": "dispute_dMggQ93ZYH6DH9LBhVeijE",
  "result": "won"
}'
{
  "id": "txn_CpiSd1bptYB5P55ysTDHg",
  "amount": 11000,
  "direction": "credit",
  "currency": "USD",
  "created_at": "2023-05-24T20:15:18.158Z",
  "date": "2023-05-24",
  "batch": "39408",
  "account_id": "account_WsELzpJOvU6fNafvzWbF6K",
  "type": "intent",
  "source_id": "intent_sandbox_dMggQ93ZYH6DH9LBhVeijE"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.