simulate
Simulate dispute resolution
Use this endpoint to simulate resolving a dispute and receiving your reimbursed funds as a part of the Push Cash guarantee.
POST
/
simulate
/
dispute
/
resolve
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The outcome of the dispute
Available options:
won
, lost
Response
200 - application/json
The unique identifier assigned by Push
Amount of the transaction (signed)
Currency associated with the amount
Available options:
USD
When the transaction was created (ISO 8061 date string)
The settlement date of the transaction
The batch for the transaction
The account associated with the transaction
The type of transaction
Available options:
intent
, transfer
, unreconciled
The ID of the intent, dispute, or transfer associated with the transaction. If the transaction is unreconciled, this field will be null
The transaction's settlement status
Available options:
settled
, pending