Get refund transaction

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

transactionId

uuid

required

Id of the refund transaction

accept

string

enum

Defaults to application/json

Generated from available response content types

application/jsonapplication/problem+json

Allowed:

application/json``application/problem+json

``200 Refund transaction details

``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/{transactionId}

curl --request GET \

--url https://api.superpayments.com/2026-04-01/refunds/transactionId \

--header 'accept: application/json'

application/json

``200

application/problem+json

400401404500