v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBConfirm key claim
Confirm a DICT claim for a key.
On PSP timeout, a 202 Accepted response is returned and the process continues asynchronously and, when successful, emits an event.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/pix-dict-claim-status-change-1" >Pix key claim status changed</a> event.
For more information, refer to Pix key transfer (key claim).
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
A unique ID to ensure the operation remains idempotent, allowing for operation repitition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies.
Request body
Example request
{
"claim_id": "123e4567-e89b-12d3-a456-426655440000",
"reason": "L"
}Response
Claim confirmed
Example response
{
"cancel_reason": "USER_REQUESTED",
"claim_id": "123e4567-e89b-12d3-a456-426655440000",
"completion_period_end_datetime": "2020-01-24T10:00:00Z",
"confirm_reason": "USER_REQUESTED",
"key": "email@email.com",
"key_type": "EMAIL",
"last_modified_datetime": "2020-08-13T13:49:03Z",
"resolution_period_end_datetime": "2020-01-17T10:00:00Z",
"status": "OPEN",
"type": "OWNERSHIP",
"claimer": {
"document_number": "7777888hh",
"name": "Jerry Atrick",
"type": "NATURAL_PERSON",
"trade_name": "Acme Widgets"
},
"claimer_account": {
"account_number": "98765432",
"account_type": "TRAN",
"opening_datetime": "2020-08-13T13:49:03Z",
"branch": "011",
"participant": "00115678"
},
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"donor_participant": "99999011",
"bacen_response_time": "2020-08-13T13:49:03Z"
}