Conclude a PIX key claim
Finishes a claim you opened once the holder has accepted it. You are the CLAIMER, and this is where DICT binds the key to your account (§8.2.12). claimId is in the path; the body carries key and accountId. It is the point of no return - §8.2.12 offers no undo.
Everything checkable is checked first. The claim must still appear in DICT’s in-flight listing (§8.2.08, walked across pages so a claim past page one is still found); a local row must exist for the pair (claimId, your account); that row is projected to status 7, the holder gave it away; and a row that cannot legally reach FINALIZED is refused with 422 PIX-0073 before DICT is touched. A claim missing from the listing, or one with no local row, is 404 PIX-0020.
On success your key row becomes FINALIZED (0) and the key is yours. The donor’s own row is soft-deleted when it belongs to a different account: it keeps its DONATED status and simply stops appearing in that account’s listing. Note that POST /v1/entries//confirmation also concludes a confirmed claim on the same key, so a transfer can be completed through either route.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The claim id.
"claim-123"

