<- Terminal API

Terminal API

All versions ->

Search terminal refundsBeta

POST

 /v2/terminals/refunds/search

Retrieves a filtered list of Terminal Interac refund requests created by the seller making the request.

Permissions:PAYMENTS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

query

Query the terminal refunds based on given conditions and sort order. Calling SearchTerminalRefunds without an explicitly query parameter will return all available refunds with the default sort order.

Link to section

cursor

string

A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.

Link to section

limit

integer(32-bit)

Limit the number of results returned for a single request.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

refunds

The requested search result of TerminalRefunds.

Link to section

cursor

string

The pagination cursor to be used in a subsequent request. If empty, this is the final response.

See Pagination for more information.