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

Documentation Index

Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.