Search refund transactions

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

transactionStatus

array of strings

Filter by refund transaction status. Can be a single status or an array of statuses.

transactionStatus ADD string

startDate

date-time

Filter by start date (ISO 8601 format). Inclusive.

endDate

date-time

Filter by end date (ISO 8601 format). Inclusive.

pageSize

integer

Number of items to return per page.

page

string

Page token for pagination (cursor).

paymentExternalReference

string

Filter by the external reference of the original payment.

paymentTransactionId

string

Filter by the original payment transaction ID.

transactionId

string

Filter by refund transaction ID.

accept

string

enum

Defaults to application/json

Generated from available response content types

application/jsonapplication/problem+json

Allowed:

application/json``application/problem+json

``200 List of refund transactions

``400 Bad Request

``401 Unauthorized

``404 Not Found

``406 Not Acceptable

``500 Internal Server Error

Base URL

https://api.superpayments.com/2026-04-01/refunds/search

curl --request GET \
 
     --url https://api.superpayments.com/2026-04-01/refunds/search \
 
     --header 'accept: application/json'