English
Midaz
cURL
curl --request POST \ --url http://localhost:4011/v1/claims/{claimId}/confirmation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "key": "12345678901", "accountId": "550e8400-e29b-41d4-a716-446655440000" }'
{ "claimId": "claim-abc123-def456-789012", "stClaim": 0 }
Confirm ownership of the Pix key during the claim process. Required within 7 days of initiating the claim.
JWT token obtained from the authentication endpoint
Pix key to confirm claim for
"12345678901"
Account ID confirming the claim
"550e8400-e29b-41d4-a716-446655440000"
Claim confirmed successfully
Claim identifier
"claim-abc123-def456-789012"
Claim status enumeration (0- OPEN, 1- WAITING_RESOLUTION, 2- CONFIRMED, 3- CANCELLED, 4- CONCLUDED).
0
1
2
3
4