{
"id": "dev.cocore.compute.verifySettlement",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidRequest",
"description": "The `uri` parameter is missing."
},
{
"name": "NotFound",
"description": "The settlement, or its referenced receipt/authorization, is not indexed."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"ok",
"findings"
],
"properties": {
"ok": {
"type": "boolean"
},
"findings": {
"type": "array",
"items": {
"ref": "dev.cocore.defs#verifyFinding",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The settlement record URI to verify."
}
}
},
"description": "Verify an indexed settlement against its receipt and the requester's payment authorization: confirms the settlement chain is internally consistent and signed by the settling repo. Returns the verification verdict plus any findings."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:5quuhkmwe2q4k3azfsgg7kdz
- CID
-
bafyreih2dv7tpexgzdz5dl24dswy2tzs2wwlvbgrkg2uhjkxxkccc4du7e
- Indexed At
- 2026-06-21 00:58 UTC
- AT-URI
-
at://did:plc:5quuhkmwe2q4k3azfsgg7kdz/com.atproto.lexicon.schema/dev.cocore.compute.verifySettlement
Referenced Schemas (1)
-
dev.cocore.defs#verifyFinding