Retrieve Dispute
List disputes within a date range based on certain criteria. This endpoint can be used for debugging or synchronizing the disputes from Cash App Afterpay if/when you are unable to use the webhook method.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <username:password>
.
Headers
User-Agent
Accept
Query parameters
order
Payment or Order token using which you can filter the list.
merchant
Merchant token using which you can filter the list.
status
Dispute status using which you can filter the list.
openedAfter
Filter disputes that were created on or after this timestamp (inclusive).
openedBefore
Filter disputes that were created on or before this timestamp (inclusive).
offset
Offset for the search results.
limit
The maximum number of records that you want returned from this request.
Response
Success
data
An array of dispute objects that match the filter criteria in the request.
offset
limit
total