Skip to main content
GET
Fetches one refund by its ID. Use it to follow a refund after you create it: the status advances pending → refunded (plus txHash once verified on-chain) or failed.

Authorization

API key scope refunds:read or dashboard JWT with team permission refunds:view. Rate limit 60/min.

Parameters

string
required
ID of the refund, as returned by Create a refund.
Poll this endpoint after Create a refund until status leaves pending — txHash appears once the refund transaction is verified on-chain.

Response

string
Advances pending → refunded or failed.
string
Present once the refund transaction is verified on-chain.

See also