curl --request POST \
--url https://api.getovra.com/collect/requests/{id}/settle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sourceWalletId": "<string>"
}
'{
"error": "<string>"
}Caller is the counterparty. Debits sourceWalletId, credits the destination
wallet, drives PR to paid, issues a Verifiable Collect Receipt (JSON-LD
VC). Internal-only — external PRs settle via inbound SEPA reconciler.
curl --request POST \
--url https://api.getovra.com/collect/requests/{id}/settle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sourceWalletId": "<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.