Skip to main content
PATCH
/
v1
/
refunds
/
{id}
Update a refund
curl --request PATCH \
  --url https://revstack.dev/v1/refunds/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "pending"
}
'
null

Path Parameters

id
string
required
Example:

"ref_abc123"

Body

application/json
status
enum<string>
required
Available options:
pending,
succeeded,
failed

Response

200 - application/json

Refund updated

The response is of type unknown.