Skip to main content
GET
/
v1
/
refunds
/
{id}
Get a refund
curl --request GET \
  --url https://revstack.dev/v1/refunds/{id}
null

Path Parameters

id
string
required
Example:

"ref_abc123"

Response

200 - application/json

Refund details

The response is of type unknown.