curl --request PATCH \
--url https://revstack.dev/v1/refunds/{id} \
--header 'Content-Type: application/json' \
--data '
{
"status": "pending"
}
'nullUpdates metadata or status of an existing refund.
curl --request PATCH \
--url https://revstack.dev/v1/refunds/{id} \
--header 'Content-Type: application/json' \
--data '
{
"status": "pending"
}
'null