POST
/
simulate
/
dispute
curl --request POST \
  --url https://api.pushcash.com/simulate/dispute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "intent_id": "intent_sandbox_dMggQ93ZYH6DH9LBhVeijE",
  "code": "R01"
}'
{
  "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.

Body

application/json

Response

200
application/json

Successful operation

A dispute received from the payment network tied to an intent