curl --request POST \
--url https://api.getovra.com/collect/requests/{id}/refund \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"error": "<string>"
}Inverse of inbound reconciliation. Debits the destination wallet by the
original amount, writes the reverse ledger entry, marks refunded_at.
Refund-of-a-refund is rejected.
curl --request POST \
--url https://api.getovra.com/collect/requests/{id}/refund \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.